Html Css Color HEX #966981 Strikemaster

📋 copy color: '#966981'

red 150 ◦ green 105 ◦ blue 129

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

Shades of Strikemaster #966981

Tints of Strikemaster #966981

RGB

 RED value IS 150 (58.98% from 255) = 39.06%

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

 BLUE value IS 129 (50.78% from 255) = 33.59%

R = 39.06%
G = 27.34%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#966981 (or 0x966981) is known color: Strikemaster. HEX triplet: 96, 69 and 81. RGB value is (150,105,129). Sum of RGB (Red+Green+Blue) = 150+105+129=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 129 (50.78% from 255 or 33.59% from 384); Max value from RGB is 150 - color contains mainly: red. Hex color #966981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966981 is #69967E. Grayscale: #797979. Windows color (decimal): -6919807 or 8481174. OLE color: 8481174.

HSL color Cylindrical-coordinate representation of color #966981: hue angle of 328º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #966981 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 105 129 -
CMYK 0 0.30 0.14 0.41
HSL 328º 0.18% 0.5% -
HSV(B) 328º 0.3% 0.59% -
XYZ 21.59 18.17 23.14 -
YUV 121.19 132.41 148.55 -
System Red Green Blue C M Y K H S L
Decimal 150 105 129 0 0.30 0.14 0.41 328 0.18 0.5
Hex 96 69 81 0 1E E 29 148 12 32
Octal 226 151 201 0 36 16 51 510 22 62
Binary 10010110 1101001 10000001 0 11110 1110 101001 101001000 10010 110010

Color Harmonies of #966981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966981

Black with #966981

Text Example


Text Example

White with #966981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966981; }

 p { color: rgb(150,105,129); }

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

background-color css

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

 a { background-color: rgb(150,105,129); }

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

border-color css

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

 span { border-color: rgb(150,105,129); }

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