Shades of Strikemaster #9F4E82
Tints of Strikemaster #9F4E82
RGB
CMYK
RGB Variations
Color information
#9F4E82 (or 0x9F4E82) is known color: Strikemaster. HEX triplet: 9F, 4E and 82. RGB value is (159,78,130). Sum of RGB (Red+Green+Blue) = 159+78+130=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4E82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4E82 is #60B17D. Grayscale: #6C6C6C. Windows color (decimal): -6336894 or 8539807. OLE color: 8539807.
HSL color Cylindrical-coordinate representation of color #9F4E82: hue angle of 321.48º 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 #9F4E82 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 78 | 130 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.38 |
| HSL | 321.48º | 0.34% | 0.46% | - |
| HSV(B) | 321.48º | 0.51% | 0.62% | - |
| XYZ | 21.05 | 14.43 | 22.8 | - |
| YUV | 108.15 | 140.34 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 78 | 130 | 0 | 0.51 | 0.18 | 0.38 | 321.48 | 0.34 | 0.46 |
| Hex | 9F | 4E | 82 | 0 | 33 | 12 | 26 | 141 | 22 | 2E |
| Octal | 237 | 116 | 202 | 0 | 63 | 22 | 46 | 501 | 42 | 56 |
| Binary | 10011111 | 1001110 | 10000010 | 0 | 110011 | 10010 | 100110 | 101000001 | 100010 | 101110 |
Color Harmonies of #9F4E82
Complementary color
Monochromatic Colors of #9F4E82
Black with #9F4E82
Text Example
Text Example
White with #9F4E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4E82; }
p { color: rgb(159,78,130); }
H1.HeaderClassName
{
color: #9F4E82;
}
.AnyTagClassName
{
color: #9F4E82;
}
</style>
background-color css
<style>
a { background-color: #9F4E82; }
a { background-color: rgb(159,78,130); }
div.DivClassName
{
background-color: #9F4E82;
}
.BgClassName
{
background-color: #9F4E82;
}
</style>
border-color css
<style>
span { border-color: #9F4E82; }
span { border-color: rgb(159,78,130); }
td.TdClassName
{
border-color: #9F4E82;
}
.TagClassName
{
border-color: #9F4E82;
}
</style>