#966989

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

Shades of Strikemaster #966989

Tints of Strikemaster #966989

Color information

#966989 (or 0x966989) is unknown color: approx Strikemaster. HEX triplet: 96, 69 and 89. RGB value is (150,105,137). Sum of RGB (Red+Green+Blue) = 150+105+137=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 150 - color contains mainly: red. Hex color #966989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966989 is #699676. Grayscale: #7A7A7A. Windows color (decimal): -6919799 or 9005462. OLE color: 9005462.

HSL color Cylindrical-coordinate representation of color #966989: hue angle of 317.33º 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 #966989 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB150105137-
CMYK00.300.090.41
HSL317.33º17.65%50%-
HSV(B)317.33º30%58.82%-
XYZ22.1418.3926.05-
YUV122.1136.41147.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.27%
GREEN value IS 105 (41.41% from 255) = 26.79%
BLUE value IS 137 (53.91% from 255) = 34.95%
R=38.27%
G=26.79%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010513700.300.090.41317.3317.6550
Hex96698901E92913d1232
Octal22615121103611514752262
Binary10010110110100110001001011110100110100110011110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966989; }

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

 H1.HeaderClassName
 {
   color: #966989;
 }
 .AnyTagClassName
 {
   color: #966989;
 }
</style>
background-color css

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

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

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

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

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

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