Shades of Strikemaster #915F87
Tints of Strikemaster #915F87
RGB
CMYK
RGB Variations
Color information
#915F87 (or 0x915F87) is known color: Strikemaster. HEX triplet: 91, 5F and 87. RGB value is (145,95,135). Sum of RGB (Red+Green+Blue) = 145+95+135=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 95 (37.5% from 255 or 25.33% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 145 - color contains mainly: red. Hex color #915F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915F87 is #6EA078. Grayscale: #727272. Windows color (decimal): -7250041 or 8871825. OLE color: 8871825.
HSL color Cylindrical-coordinate representation of color #915F87: hue angle of 312º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #915F87 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 95 | 135 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.43 |
| HSL | 312º | 0.21% | 0.47% | - |
| HSV(B) | 312º | 0.34% | 0.57% | - |
| XYZ | 20.14 | 15.95 | 24.94 | - |
| YUV | 114.51 | 139.57 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 95 | 135 | 0 | 0.34 | 0.07 | 0.43 | 312 | 0.21 | 0.47 |
| Hex | 91 | 5F | 87 | 0 | 22 | 7 | 2B | 138 | 15 | 2F |
| Octal | 221 | 137 | 207 | 0 | 42 | 7 | 53 | 470 | 25 | 57 |
| Binary | 10010001 | 1011111 | 10000111 | 0 | 100010 | 111 | 101011 | 100111000 | 10101 | 101111 |
Color Harmonies of #915F87
Complementary color
Monochromatic Colors of #915F87
Black with #915F87
Text Example
Text Example
White with #915F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915F87; }
p { color: rgb(145,95,135); }
H1.HeaderClassName
{
color: #915F87;
}
.AnyTagClassName
{
color: #915F87;
}
</style>
background-color css
<style>
a { background-color: #915F87; }
a { background-color: rgb(145,95,135); }
div.DivClassName
{
background-color: #915F87;
}
.BgClassName
{
background-color: #915F87;
}
</style>
border-color css
<style>
span { border-color: #915F87; }
span { border-color: rgb(145,95,135); }
td.TdClassName
{
border-color: #915F87;
}
.TagClassName
{
border-color: #915F87;
}
</style>