#966087

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

Shades of Strikemaster #966087

Tints of Strikemaster #966087

Color information

#966087 (or 0x966087) is unknown color: approx Strikemaster. HEX triplet: 96, 60 and 87. RGB value is (150,96,135). Sum of RGB (Red+Green+Blue) = 150+96+135=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #966087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966087 is #699F78. Grayscale: #747474. Windows color (decimal): -6922105 or 8872086. OLE color: 8872086.

HSL color Cylindrical-coordinate representation of color #966087: hue angle of 316.67º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #966087 is Cyan = 0, Magento = 0.36, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB15096135-
CMYK00.360.10.41
HSL316.67º21.95%48.24%-
HSV(B)316.67º36%58.82%-
XYZ21.1316.625.01-
YUV116.59138.39151.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.37%
GREEN value IS 96 (37.89% from 255) = 25.20%
BLUE value IS 135 (53.12% from 255) = 35.43%
R=39.37%
G=25.20%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509613500.360.10.41316.6721.9548.24
Hex966087024A2913d1630
Octal22614020704412514752660
Binary100101101100000100001110100100101010100110011110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966087; }

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

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

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

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

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

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

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

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