#996189

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

Shades of Strikemaster #996189

Tints of Strikemaster #996189

Color information

#996189 (or 0x996189) is unknown color: approx Strikemaster. HEX triplet: 99, 61 and 89. RGB value is (153,97,137). Sum of RGB (Red+Green+Blue) = 153+97+137=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 153 - color contains mainly: red. Hex color #996189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996189 is #669E76. Grayscale: #767676. Windows color (decimal): -6725239 or 9003417. OLE color: 9003417.

HSL color Cylindrical-coordinate representation of color #996189: hue angle of 317.14º 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 #996189 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB15397137-
CMYK00.370.100.4
HSL317.14º22.4%49.02%-
HSV(B)317.14º36.6%60%-
XYZ21.9317.1325.82-
YUV118.3138.55152.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.53%
GREEN value IS 97 (38.28% from 255) = 25.06%
BLUE value IS 137 (53.91% from 255) = 35.40%
R=39.53%
G=25.06%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539713700.370.100.4317.1422.449.02
Hex996189025A2813d1631
Octal23114121104512504752661
Binary100110011100001100010010100101101010100010011110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996189; }

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

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

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

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

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

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

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

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