Shades of Strikemaster #955987
Tints of Strikemaster #955987
RGB
CMYK
RGB Variations
Color information
#955987 (or 0x955987) is known color: Strikemaster. HEX triplet: 95, 59 and 87. RGB value is (149,89,135). Sum of RGB (Red+Green+Blue) = 149+89+135=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 135 (53.12% from 255 or 36.19% from 373); Max value from RGB is 149 - color contains mainly: red. Hex color #955987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955987 is #6AA678. Grayscale: #707070. Windows color (decimal): -6989433 or 8870293. OLE color: 8870293.
HSL color Cylindrical-coordinate representation of color #955987: hue angle of 314º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #955987 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 89 | 135 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.42 |
| HSL | 314º | 0.25% | 0.47% | - |
| HSV(B) | 314º | 0.4% | 0.58% | - |
| XYZ | 20.34 | 15.28 | 24.8 | - |
| YUV | 112.18 | 140.88 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 89 | 135 | 0 | 0.40 | 0.09 | 0.42 | 314 | 0.25 | 0.47 |
| Hex | 95 | 59 | 87 | 0 | 28 | 9 | 2A | 13A | 19 | 2F |
| Octal | 225 | 131 | 207 | 0 | 50 | 11 | 52 | 472 | 31 | 57 |
| Binary | 10010101 | 1011001 | 10000111 | 0 | 101000 | 1001 | 101010 | 100111010 | 11001 | 101111 |
Color Harmonies of #955987
Complementary color
Monochromatic Colors of #955987
Black with #955987
Text Example
Text Example
White with #955987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955987; }
p { color: rgb(149,89,135); }
H1.HeaderClassName
{
color: #955987;
}
.AnyTagClassName
{
color: #955987;
}
</style>
background-color css
<style>
a { background-color: #955987; }
a { background-color: rgb(149,89,135); }
div.DivClassName
{
background-color: #955987;
}
.BgClassName
{
background-color: #955987;
}
</style>
border-color css
<style>
span { border-color: #955987; }
span { border-color: rgb(149,89,135); }
td.TdClassName
{
border-color: #955987;
}
.TagClassName
{
border-color: #955987;
}
</style>