Shades of Strikemaster #995987
Tints of Strikemaster #995987
RGB
CMYK
RGB Variations
Color information
#995987 (or 0x995987) is known color: Strikemaster. HEX triplet: 99, 59 and 87. RGB value is (153,89,135). Sum of RGB (Red+Green+Blue) = 153+89+135=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 153 - color contains mainly: red. Hex color #995987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995987 is #66A678. Grayscale: #717171. Windows color (decimal): -6727289 or 8870297. OLE color: 8870297.
HSL color Cylindrical-coordinate representation of color #995987: hue angle of 316.88º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #995987 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 89 | 135 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.4 |
| HSL | 316.88º | 0.26% | 0.47% | - |
| HSV(B) | 316.88º | 0.42% | 0.6% | - |
| XYZ | 21.08 | 15.67 | 24.83 | - |
| YUV | 113.38 | 140.2 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 89 | 135 | 0 | 0.42 | 0.12 | 0.4 | 316.88 | 0.26 | 0.47 |
| Hex | 99 | 59 | 87 | 0 | 2A | C | 28 | 13D | 1A | 2F |
| Octal | 231 | 131 | 207 | 0 | 52 | 14 | 50 | 475 | 32 | 57 |
| Binary | 10011001 | 1011001 | 10000111 | 0 | 101010 | 1100 | 101000 | 100111101 | 11010 | 101111 |
Color Harmonies of #995987
Complementary color
Monochromatic Colors of #995987
Black with #995987
Text Example
Text Example
White with #995987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995987; }
p { color: rgb(153,89,135); }
H1.HeaderClassName
{
color: #995987;
}
.AnyTagClassName
{
color: #995987;
}
</style>
background-color css
<style>
a { background-color: #995987; }
a { background-color: rgb(153,89,135); }
div.DivClassName
{
background-color: #995987;
}
.BgClassName
{
background-color: #995987;
}
</style>
border-color css
<style>
span { border-color: #995987; }
span { border-color: rgb(153,89,135); }
td.TdClassName
{
border-color: #995987;
}
.TagClassName
{
border-color: #995987;
}
</style>