#966889

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

Shades of Strikemaster #966889

Tints of Strikemaster #966889

Color information

#966889 (or 0x966889) is unknown color: approx Strikemaster. HEX triplet: 96, 68 and 89. RGB value is (150,104,137). Sum of RGB (Red+Green+Blue) = 150+104+137=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 150 - color contains mainly: red. Hex color #966889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966889 is #699776. Grayscale: #797979. Windows color (decimal): -6920055 or 9005206. OLE color: 9005206.

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

Color convert

RGB150104137-
CMYK00.310.090.41
HSL316.96º18.11%49.8%-
HSV(B)316.96º30.67%58.82%-
XYZ22.0418.1926.02-
YUV121.52136.74148.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.36%
GREEN value IS 104 (41.02% from 255) = 26.60%
BLUE value IS 137 (53.91% from 255) = 35.04%
R=38.36%
G=26.60%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010413700.310.090.41316.9618.1149.8
Hex96688901F92913d1232
Octal22615021103711514752262
Binary10010110110100010001001011111100110100110011110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966889; }

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

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

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

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

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

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

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

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