Shades of Strikemaster #9F608E
Tints of Strikemaster #9F608E
RGB
CMYK
RGB Variations
Color information
#9F608E (or 0x9F608E) is known color: Strikemaster. HEX triplet: 9F, 60 and 8E. RGB value is (159,96,142). Sum of RGB (Red+Green+Blue) = 159+96+142=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 159 - color contains mainly: red. Hex color #9F608E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F608E is #609F71. Grayscale: #777777. Windows color (decimal): -6332274 or 9330847. OLE color: 9330847.
HSL color Cylindrical-coordinate representation of color #9F608E: hue angle of 316.19º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F608E is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 96 | 142 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.38 |
| HSL | 316.19º | 0.25% | 0.5% | - |
| HSV(B) | 316.19º | 0.4% | 0.62% | - |
| XYZ | 23.36 | 17.69 | 27.77 | - |
| YUV | 120.08 | 140.37 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 96 | 142 | 0 | 0.40 | 0.11 | 0.38 | 316.19 | 0.25 | 0.5 |
| Hex | 9F | 60 | 8E | 0 | 28 | B | 26 | 13C | 19 | 32 |
| Octal | 237 | 140 | 216 | 0 | 50 | 13 | 46 | 474 | 31 | 62 |
| Binary | 10011111 | 1100000 | 10001110 | 0 | 101000 | 1011 | 100110 | 100111100 | 11001 | 110010 |
Color Harmonies of #9F608E
Complementary color
Monochromatic Colors of #9F608E
Black with #9F608E
Text Example
Text Example
White with #9F608E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F608E; }
p { color: rgb(159,96,142); }
H1.HeaderClassName
{
color: #9F608E;
}
.AnyTagClassName
{
color: #9F608E;
}
</style>
background-color css
<style>
a { background-color: #9F608E; }
a { background-color: rgb(159,96,142); }
div.DivClassName
{
background-color: #9F608E;
}
.BgClassName
{
background-color: #9F608E;
}
</style>
border-color css
<style>
span { border-color: #9F608E; }
span { border-color: rgb(159,96,142); }
td.TdClassName
{
border-color: #9F608E;
}
.TagClassName
{
border-color: #9F608E;
}
</style>