Shades of Strikemaster #9F4E87
Tints of Strikemaster #9F4E87
RGB
CMYK
RGB Variations
Color information
#9F4E87 (or 0x9F4E87) is known color: Strikemaster. HEX triplet: 9F, 4E and 87. RGB value is (159,78,135). Sum of RGB (Red+Green+Blue) = 159+78+135=372 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.74% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 135 (53.12% from 255 or 36.29% from 372); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4E87 is #60B178. Grayscale: #6C6C6C. Windows color (decimal): -6336889 or 8867487. OLE color: 8867487.
HSL color Cylindrical-coordinate representation of color #9F4E87: hue angle of 317.78º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F4E87 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 78 | 135 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.38 |
| HSL | 317.78º | 0.34% | 0.46% | - |
| HSV(B) | 317.78º | 0.51% | 0.62% | - |
| XYZ | 21.4 | 14.57 | 24.61 | - |
| YUV | 108.72 | 142.84 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 78 | 135 | 0 | 0.51 | 0.15 | 0.38 | 317.78 | 0.34 | 0.46 |
| Hex | 9F | 4E | 87 | 0 | 33 | F | 26 | 13E | 22 | 2E |
| Octal | 237 | 116 | 207 | 0 | 63 | 17 | 46 | 476 | 42 | 56 |
| Binary | 10011111 | 1001110 | 10000111 | 0 | 110011 | 1111 | 100110 | 100111110 | 100010 | 101110 |
Color Harmonies of #9F4E87
Complementary color
Monochromatic Colors of #9F4E87
Black with #9F4E87
Text Example
Text Example
White with #9F4E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4E87; }
p { color: rgb(159,78,135); }
H1.HeaderClassName
{
color: #9F4E87;
}
.AnyTagClassName
{
color: #9F4E87;
}
</style>
background-color css
<style>
a { background-color: #9F4E87; }
a { background-color: rgb(159,78,135); }
div.DivClassName
{
background-color: #9F4E87;
}
.BgClassName
{
background-color: #9F4E87;
}
</style>
border-color css
<style>
span { border-color: #9F4E87; }
span { border-color: rgb(159,78,135); }
td.TdClassName
{
border-color: #9F4E87;
}
.TagClassName
{
border-color: #9F4E87;
}
</style>