#996187

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

Shades of Strikemaster #996187

Tints of Strikemaster #996187

Color information

#996187 (or 0x996187) is unknown color: approx Strikemaster. HEX triplet: 99, 61 and 87. RGB value is (153,97,135). Sum of RGB (Red+Green+Blue) = 153+97+135=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 153 - color contains mainly: red. Hex color #996187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996187 is #669E78. Grayscale: #757575. Windows color (decimal): -6725241 or 8872345. OLE color: 8872345.

HSL color Cylindrical-coordinate representation of color #996187: hue angle of 319.29º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #996187 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB15397135-
CMYK00.370.120.4
HSL319.29º22.4%49.02%-
HSV(B)319.29º36.6%60%-
XYZ21.7817.0725.07-
YUV118.08137.55152.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.74%
GREEN value IS 97 (38.28% from 255) = 25.19%
BLUE value IS 135 (53.12% from 255) = 35.06%
R=39.74%
G=25.19%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539713500.370.120.4319.2922.449.02
Hex996187025C2813f1631
Octal23114120704514504772661
Binary100110011100001100001110100101110010100010011111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996187; }

 p { color: rgb(153,97,135); }

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

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

 a { background-color: rgb(153,97,135); }

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

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

 span { border-color: rgb(153,97,135); }

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