Shades of Strikemaster #9F4E81
Tints of Strikemaster #9F4E81
RGB
CMYK
RGB Variations
Color information
#9F4E81 (or 0x9F4E81) is known color: Strikemaster. HEX triplet: 9F, 4E and 81. RGB value is (159,78,129). Sum of RGB (Red+Green+Blue) = 159+78+129=366 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.44% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4E81 is #60B17E. Grayscale: #6B6B6B. Windows color (decimal): -6336895 or 8474271. OLE color: 8474271.
HSL color Cylindrical-coordinate representation of color #9F4E81: hue angle of 322.22º 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 #9F4E81 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 78 | 129 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.38 |
| HSL | 322.22º | 0.34% | 0.46% | - |
| HSV(B) | 322.22º | 0.51% | 0.62% | - |
| XYZ | 20.98 | 14.4 | 22.44 | - |
| YUV | 108.03 | 139.84 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 78 | 129 | 0 | 0.51 | 0.19 | 0.38 | 322.22 | 0.34 | 0.46 |
| Hex | 9F | 4E | 81 | 0 | 33 | 13 | 26 | 142 | 22 | 2E |
| Octal | 237 | 116 | 201 | 0 | 63 | 23 | 46 | 502 | 42 | 56 |
| Binary | 10011111 | 1001110 | 10000001 | 0 | 110011 | 10011 | 100110 | 101000010 | 100010 | 101110 |
Color Harmonies of #9F4E81
Complementary color
Monochromatic Colors of #9F4E81
Black with #9F4E81
Text Example
Text Example
White with #9F4E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4E81; }
p { color: rgb(159,78,129); }
H1.HeaderClassName
{
color: #9F4E81;
}
.AnyTagClassName
{
color: #9F4E81;
}
</style>
background-color css
<style>
a { background-color: #9F4E81; }
a { background-color: rgb(159,78,129); }
div.DivClassName
{
background-color: #9F4E81;
}
.BgClassName
{
background-color: #9F4E81;
}
</style>
border-color css
<style>
span { border-color: #9F4E81; }
span { border-color: rgb(159,78,129); }
td.TdClassName
{
border-color: #9F4E81;
}
.TagClassName
{
border-color: #9F4E81;
}
</style>