Shades of Strikemaster #955F87
Tints of Strikemaster #955F87
RGB
CMYK
RGB Variations
Color information
#955F87 (or 0x955F87) is known color: Strikemaster. HEX triplet: 95, 5F and 87. RGB value is (149,95,135). Sum of RGB (Red+Green+Blue) = 149+95+135=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 149 - color contains mainly: red. Hex color #955F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955F87 is #6AA078. Grayscale: #737373. Windows color (decimal): -6987897 or 8871829. OLE color: 8871829.
HSL color Cylindrical-coordinate representation of color #955F87: hue angle of 315.56º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #955F87 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 95 | 135 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.42 |
| HSL | 315.56º | 0.22% | 0.48% | - |
| HSV(B) | 315.56º | 0.36% | 0.58% | - |
| XYZ | 20.86 | 16.32 | 24.97 | - |
| YUV | 115.71 | 138.89 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 135 | 0 | 0.36 | 0.09 | 0.42 | 315.56 | 0.22 | 0.48 |
| Hex | 95 | 5F | 87 | 0 | 24 | 9 | 2A | 13C | 16 | 30 |
| Octal | 225 | 137 | 207 | 0 | 44 | 11 | 52 | 474 | 26 | 60 |
| Binary | 10010101 | 1011111 | 10000111 | 0 | 100100 | 1001 | 101010 | 100111100 | 10110 | 110000 |
Color Harmonies of #955F87
Complementary color
Monochromatic Colors of #955F87
Black with #955F87
Text Example
Text Example
White with #955F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955F87; }
p { color: rgb(149,95,135); }
H1.HeaderClassName
{
color: #955F87;
}
.AnyTagClassName
{
color: #955F87;
}
</style>
background-color css
<style>
a { background-color: #955F87; }
a { background-color: rgb(149,95,135); }
div.DivClassName
{
background-color: #955F87;
}
.BgClassName
{
background-color: #955F87;
}
</style>
border-color css
<style>
span { border-color: #955F87; }
span { border-color: rgb(149,95,135); }
td.TdClassName
{
border-color: #955F87;
}
.TagClassName
{
border-color: #955F87;
}
</style>