Html Css Color HEX #956984 Strikemaster

📋 copy color: '#956984'

red 149 ◦ green 105 ◦ blue 132

#956984
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Strikemaster #956984

Tints of Strikemaster #956984

RGB

 RED value IS 149 (58.59% from 255) = 38.6%

 GREEN value IS 105 (41.41% from 255) = 27.2%

 BLUE value IS 132 (51.95% from 255) = 34.2%

R = 38.6%
G = 27.2%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#956984 (or 0x956984) is known color: Strikemaster. HEX triplet: 95, 69 and 84. RGB value is (149,105,132). Sum of RGB (Red+Green+Blue) = 149+105+132=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 149 - color contains mainly: red. Hex color #956984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956984 is #6A967B. Grayscale: #797979. Windows color (decimal): -6985340 or 8677781. OLE color: 8677781.

HSL color Cylindrical-coordinate representation of color #956984: hue angle of 323.18º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #956984 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 105 132 -
CMYK 0 0.30 0.11 0.42
HSL 323.18º 0.17% 0.5% -
HSV(B) 323.18º 0.3% 0.58% -
XYZ 21.61 18.16 24.2 -
YUV 121.23 134.08 147.8 -
System Red Green Blue C M Y K H S L
Decimal 149 105 132 0 0.30 0.11 0.42 323.18 0.17 0.5
Hex 95 69 84 0 1E B 2A 143 11 32
Octal 225 151 204 0 36 13 52 503 21 62
Binary 10010101 1101001 10000100 0 11110 1011 101010 101000011 10001 110010

Color Harmonies of #956984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956984

Black with #956984

Text Example


Text Example

White with #956984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956984; }

 p { color: rgb(149,105,132); }

 H1.HeaderClassName
 {
   color: #956984;
 }
 .AnyTagClassName
 {
   color: #956984;
 }
</style>

background-color css

<style>
 a { background-color: #956984; }

 a { background-color: rgb(149,105,132); }

 div.DivClassName
 {
   background-color: #956984;
 }
 .BgClassName
 {
   background-color: #956984;
 }
</style>

border-color css

<style>
 span { border-color: #956984; }

 span { border-color: rgb(149,105,132); }

 td.TdClassName
 {
   border-color: #956984;
 }
 .TagClassName
 {
   border-color: #956984;
 }
</style>