Shades of Strikemaster #996087
Tints of Strikemaster #996087
RGB
CMYK
RGB Variations
Color information
#996087 (or 0x996087) is known color: Strikemaster. HEX triplet: 99, 60 and 87. RGB value is (153,96,135). Sum of RGB (Red+Green+Blue) = 153+96+135=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 153 - color contains mainly: red. Hex color #996087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996087 is #669F78. Grayscale: #757575. Windows color (decimal): -6725497 or 8872089. OLE color: 8872089.
HSL color Cylindrical-coordinate representation of color #996087: hue angle of 318.95º degrees, saturation: 0.23, 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 #996087 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 96 | 135 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.4 |
| HSL | 318.95º | 0.23% | 0.49% | - |
| HSV(B) | 318.95º | 0.37% | 0.6% | - |
| XYZ | 21.69 | 16.89 | 25.04 | - |
| YUV | 117.49 | 137.88 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 96 | 135 | 0 | 0.37 | 0.12 | 0.4 | 318.95 | 0.23 | 0.49 |
| Hex | 99 | 60 | 87 | 0 | 25 | C | 28 | 13F | 17 | 31 |
| Octal | 231 | 140 | 207 | 0 | 45 | 14 | 50 | 477 | 27 | 61 |
| Binary | 10011001 | 1100000 | 10000111 | 0 | 100101 | 1100 | 101000 | 100111111 | 10111 | 110001 |
Color Harmonies of #996087
Complementary color
Monochromatic Colors of #996087
Black with #996087
Text Example
Text Example
White with #996087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996087; }
p { color: rgb(153,96,135); }
H1.HeaderClassName
{
color: #996087;
}
.AnyTagClassName
{
color: #996087;
}
</style>
background-color css
<style>
a { background-color: #996087; }
a { background-color: rgb(153,96,135); }
div.DivClassName
{
background-color: #996087;
}
.BgClassName
{
background-color: #996087;
}
</style>
border-color css
<style>
span { border-color: #996087; }
span { border-color: rgb(153,96,135); }
td.TdClassName
{
border-color: #996087;
}
.TagClassName
{
border-color: #996087;
}
</style>