#966981

Color #966981 Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #966981

Tints of Strikemaster #966981

Color information

#966981 (or 0x966981) is unknown color: approx 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

RGB150105129-
CMYK00.300.140.41
HSL328º17.65%50%-
HSV(B)328º30%58.82%-
XYZ21.5918.1723.14-
YUV121.19132.41148.55-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010512900.300.140.4132817.6550
Hex96698101EE291481232
Octal22615120103616515102262
Binary10010110110100110000001011110111010100110100100010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>