Shades of Strikemaster #996F87
Tints of Strikemaster #996F87
RGB
CMYK
RGB Variations
Color information
#996F87 (or 0x996F87) is known color: Strikemaster. HEX triplet: 99, 6F and 87. RGB value is (153,111,135). Sum of RGB (Red+Green+Blue) = 153+111+135=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 135 (53.12% from 255 or 33.83% from 399); Max value from RGB is 153 - color contains mainly: red. Hex color #996F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996F87 is #669078. Grayscale: #7E7E7E. Windows color (decimal): -6721657 or 8875929. OLE color: 8875929.
HSL color Cylindrical-coordinate representation of color #996F87: hue angle of 325.71º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #996F87 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 111 | 135 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.4 |
| HSL | 325.71º | 0.17% | 0.52% | - |
| HSV(B) | 325.71º | 0.27% | 0.6% | - |
| XYZ | 23.19 | 19.89 | 25.54 | - |
| YUV | 126.29 | 132.91 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 135 | 0 | 0.27 | 0.12 | 0.4 | 325.71 | 0.17 | 0.52 |
| Hex | 99 | 6F | 87 | 0 | 1B | C | 28 | 146 | 11 | 34 |
| Octal | 231 | 157 | 207 | 0 | 33 | 14 | 50 | 506 | 21 | 64 |
| Binary | 10011001 | 1101111 | 10000111 | 0 | 11011 | 1100 | 101000 | 101000110 | 10001 | 110100 |
Color Harmonies of #996F87
Complementary color
Monochromatic Colors of #996F87
Black with #996F87
Text Example
Text Example
White with #996F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996F87; }
p { color: rgb(153,111,135); }
H1.HeaderClassName
{
color: #996F87;
}
.AnyTagClassName
{
color: #996F87;
}
</style>
background-color css
<style>
a { background-color: #996F87; }
a { background-color: rgb(153,111,135); }
div.DivClassName
{
background-color: #996F87;
}
.BgClassName
{
background-color: #996F87;
}
</style>
border-color css
<style>
span { border-color: #996F87; }
span { border-color: rgb(153,111,135); }
td.TdClassName
{
border-color: #996F87;
}
.TagClassName
{
border-color: #996F87;
}
</style>