Shades of Strikemaster #9F618E
Tints of Strikemaster #9F618E
RGB
CMYK
RGB Variations
Color information
#9F618E (or 0x9F618E) is known color: Strikemaster. HEX triplet: 9F, 61 and 8E. RGB value is (159,97,142). Sum of RGB (Red+Green+Blue) = 159+97+142=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 159 - color contains mainly: red. Hex color #9F618E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F618E is #609E71. Grayscale: #787878. Windows color (decimal): -6332018 or 9331103. OLE color: 9331103.
HSL color Cylindrical-coordinate representation of color #9F618E: hue angle of 316.45º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9F618E is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 97 | 142 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.38 |
| HSL | 316.45º | 0.24% | 0.5% | - |
| HSV(B) | 316.45º | 0.39% | 0.62% | - |
| XYZ | 23.46 | 17.87 | 27.8 | - |
| YUV | 120.67 | 140.04 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 97 | 142 | 0 | 0.39 | 0.11 | 0.38 | 316.45 | 0.24 | 0.5 |
| Hex | 9F | 61 | 8E | 0 | 27 | B | 26 | 13C | 18 | 32 |
| Octal | 237 | 141 | 216 | 0 | 47 | 13 | 46 | 474 | 30 | 62 |
| Binary | 10011111 | 1100001 | 10001110 | 0 | 100111 | 1011 | 100110 | 100111100 | 11000 | 110010 |
Color Harmonies of #9F618E
Complementary color
Monochromatic Colors of #9F618E
Black with #9F618E
Text Example
Text Example
White with #9F618E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F618E; }
p { color: rgb(159,97,142); }
H1.HeaderClassName
{
color: #9F618E;
}
.AnyTagClassName
{
color: #9F618E;
}
</style>
background-color css
<style>
a { background-color: #9F618E; }
a { background-color: rgb(159,97,142); }
div.DivClassName
{
background-color: #9F618E;
}
.BgClassName
{
background-color: #9F618E;
}
</style>
border-color css
<style>
span { border-color: #9F618E; }
span { border-color: rgb(159,97,142); }
td.TdClassName
{
border-color: #9F618E;
}
.TagClassName
{
border-color: #9F618E;
}
</style>