Shades of Strikemaster #9F4D87
Tints of Strikemaster #9F4D87
RGB
CMYK
RGB Variations
Color information
#9F4D87 (or 0x9F4D87) is known color: Strikemaster. HEX triplet: 9F, 4D and 87. RGB value is (159,77,135). Sum of RGB (Red+Green+Blue) = 159+77+135=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4D87 is #60B278. Grayscale: #6B6B6B. Windows color (decimal): -6337145 or 8867231. OLE color: 8867231.
HSL color Cylindrical-coordinate representation of color #9F4D87: hue angle of 317.56º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F4D87 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 77 | 135 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.38 |
| HSL | 317.56º | 0.35% | 0.46% | - |
| HSV(B) | 317.56º | 0.52% | 0.62% | - |
| XYZ | 21.33 | 14.43 | 24.58 | - |
| YUV | 108.13 | 143.17 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 77 | 135 | 0 | 0.52 | 0.15 | 0.38 | 317.56 | 0.35 | 0.46 |
| Hex | 9F | 4D | 87 | 0 | 34 | F | 26 | 13E | 23 | 2E |
| Octal | 237 | 115 | 207 | 0 | 64 | 17 | 46 | 476 | 43 | 56 |
| Binary | 10011111 | 1001101 | 10000111 | 0 | 110100 | 1111 | 100110 | 100111110 | 100011 | 101110 |
Color Harmonies of #9F4D87
Complementary color
Monochromatic Colors of #9F4D87
Black with #9F4D87
Text Example
Text Example
White with #9F4D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4D87; }
p { color: rgb(159,77,135); }
H1.HeaderClassName
{
color: #9F4D87;
}
.AnyTagClassName
{
color: #9F4D87;
}
</style>
background-color css
<style>
a { background-color: #9F4D87; }
a { background-color: rgb(159,77,135); }
div.DivClassName
{
background-color: #9F4D87;
}
.BgClassName
{
background-color: #9F4D87;
}
</style>
border-color css
<style>
span { border-color: #9F4D87; }
span { border-color: rgb(159,77,135); }
td.TdClassName
{
border-color: #9F4D87;
}
.TagClassName
{
border-color: #9F4D87;
}
</style>