#966987

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

Shades of Strikemaster #966987

Tints of Strikemaster #966987

Color information

#966987 (or 0x966987) is unknown color: approx Strikemaster. HEX triplet: 96, 69 and 87. RGB value is (150,105,135). Sum of RGB (Red+Green+Blue) = 150+105+135=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 150 - color contains mainly: red. Hex color #966987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966987 is #699678. Grayscale: #797979. Windows color (decimal): -6919801 or 8874390. OLE color: 8874390.

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

Color convert

RGB150105135-
CMYK00.300.10.41
HSL320º17.65%50%-
HSV(B)320º30%58.82%-
XYZ2218.3425.3-
YUV121.88135.41148.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.46%
GREEN value IS 105 (41.41% from 255) = 26.92%
BLUE value IS 135 (53.12% from 255) = 34.62%
R=38.46%
G=26.92%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010513500.300.10.4132017.6550
Hex96698701EA291401232
Octal22615120703612515002262
Binary10010110110100110000111011110101010100110100000010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966987; }

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

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

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

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

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

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

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

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