Shades of Strikemaster #996589
Tints of Strikemaster #996589
RGB
CMYK
RGB Variations
Color information
#996589 (or 0x996589) is known color: Strikemaster. HEX triplet: 99, 65 and 89. RGB value is (153,101,137). Sum of RGB (Red+Green+Blue) = 153+101+137=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 153 - color contains mainly: red. Hex color #996589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996589 is #669A76. Grayscale: #787878. Windows color (decimal): -6724215 or 9004441. OLE color: 9004441.
HSL color Cylindrical-coordinate representation of color #996589: hue angle of 318.46º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #996589 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 101 | 137 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.4 |
| HSL | 318.46º | 0.2% | 0.5% | - |
| HSV(B) | 318.46º | 0.34% | 0.6% | - |
| XYZ | 22.31 | 17.89 | 25.94 | - |
| YUV | 120.65 | 137.23 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 101 | 137 | 0 | 0.34 | 0.10 | 0.4 | 318.46 | 0.2 | 0.5 |
| Hex | 99 | 65 | 89 | 0 | 22 | A | 28 | 13E | 14 | 32 |
| Octal | 231 | 145 | 211 | 0 | 42 | 12 | 50 | 476 | 24 | 62 |
| Binary | 10011001 | 1100101 | 10001001 | 0 | 100010 | 1010 | 101000 | 100111110 | 10100 | 110010 |
Color Harmonies of #996589
Complementary color
Monochromatic Colors of #996589
Black with #996589
Text Example
Text Example
White with #996589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996589; }
p { color: rgb(153,101,137); }
H1.HeaderClassName
{
color: #996589;
}
.AnyTagClassName
{
color: #996589;
}
</style>
background-color css
<style>
a { background-color: #996589; }
a { background-color: rgb(153,101,137); }
div.DivClassName
{
background-color: #996589;
}
.BgClassName
{
background-color: #996589;
}
</style>
border-color css
<style>
span { border-color: #996589; }
span { border-color: rgb(153,101,137); }
td.TdClassName
{
border-color: #996589;
}
.TagClassName
{
border-color: #996589;
}
</style>