Shades of Strikemaster #9F578C
Tints of Strikemaster #9F578C
RGB
CMYK
RGB Variations
Color information
#9F578C (or 0x9F578C) is known color: Strikemaster. HEX triplet: 9F, 57 and 8C. RGB value is (159,87,140). Sum of RGB (Red+Green+Blue) = 159+87+140=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 159 - color contains mainly: red. Hex color #9F578C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F578C is #60A873. Grayscale: #727272. Windows color (decimal): -6334580 or 9197471. OLE color: 9197471.
HSL color Cylindrical-coordinate representation of color #9F578C: hue angle of 315.83º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9F578C is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 87 | 140 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.38 |
| HSL | 315.83º | 0.29% | 0.48% | - |
| HSV(B) | 315.83º | 0.45% | 0.62% | - |
| XYZ | 22.44 | 16.08 | 26.73 | - |
| YUV | 114.57 | 142.35 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 87 | 140 | 0 | 0.45 | 0.12 | 0.38 | 315.83 | 0.29 | 0.48 |
| Hex | 9F | 57 | 8C | 0 | 2D | C | 26 | 13C | 1D | 30 |
| Octal | 237 | 127 | 214 | 0 | 55 | 14 | 46 | 474 | 35 | 60 |
| Binary | 10011111 | 1010111 | 10001100 | 0 | 101101 | 1100 | 100110 | 100111100 | 11101 | 110000 |
Color Harmonies of #9F578C
Complementary color
Monochromatic Colors of #9F578C
Black with #9F578C
Text Example
Text Example
White with #9F578C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F578C; }
p { color: rgb(159,87,140); }
H1.HeaderClassName
{
color: #9F578C;
}
.AnyTagClassName
{
color: #9F578C;
}
</style>
background-color css
<style>
a { background-color: #9F578C; }
a { background-color: rgb(159,87,140); }
div.DivClassName
{
background-color: #9F578C;
}
.BgClassName
{
background-color: #9F578C;
}
</style>
border-color css
<style>
span { border-color: #9F578C; }
span { border-color: rgb(159,87,140); }
td.TdClassName
{
border-color: #9F578C;
}
.TagClassName
{
border-color: #9F578C;
}
</style>