Shades of Strikemaster #9F4E84
Tints of Strikemaster #9F4E84
RGB
CMYK
RGB Variations
Color information
#9F4E84 (or 0x9F4E84) is known color: Strikemaster. HEX triplet: 9F, 4E and 84. RGB value is (159,78,132). Sum of RGB (Red+Green+Blue) = 159+78+132=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4E84 is #60B17B. Grayscale: #6C6C6C. Windows color (decimal): -6336892 or 8670879. OLE color: 8670879.
HSL color Cylindrical-coordinate representation of color #9F4E84: hue angle of 320º 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 #9F4E84 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 78 | 132 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.38 |
| HSL | 320º | 0.34% | 0.46% | - |
| HSV(B) | 320º | 0.51% | 0.62% | - |
| XYZ | 21.19 | 14.49 | 23.51 | - |
| YUV | 108.38 | 141.34 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 78 | 132 | 0 | 0.51 | 0.17 | 0.38 | 320 | 0.34 | 0.46 |
| Hex | 9F | 4E | 84 | 0 | 33 | 11 | 26 | 140 | 22 | 2E |
| Octal | 237 | 116 | 204 | 0 | 63 | 21 | 46 | 500 | 42 | 56 |
| Binary | 10011111 | 1001110 | 10000100 | 0 | 110011 | 10001 | 100110 | 101000000 | 100010 | 101110 |
Color Harmonies of #9F4E84
Complementary color
Monochromatic Colors of #9F4E84
Black with #9F4E84
Text Example
Text Example
White with #9F4E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4E84; }
p { color: rgb(159,78,132); }
H1.HeaderClassName
{
color: #9F4E84;
}
.AnyTagClassName
{
color: #9F4E84;
}
</style>
background-color css
<style>
a { background-color: #9F4E84; }
a { background-color: rgb(159,78,132); }
div.DivClassName
{
background-color: #9F4E84;
}
.BgClassName
{
background-color: #9F4E84;
}
</style>
border-color css
<style>
span { border-color: #9F4E84; }
span { border-color: rgb(159,78,132); }
td.TdClassName
{
border-color: #9F4E84;
}
.TagClassName
{
border-color: #9F4E84;
}
</style>