Shades of Strikemaster #9F577E
Tints of Strikemaster #9F577E
RGB
CMYK
RGB Variations
Color information
#9F577E (or 0x9F577E) is known color: Strikemaster. HEX triplet: 9F, 57 and 7E. RGB value is (159,87,126). Sum of RGB (Red+Green+Blue) = 159+87+126=372 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.74% from 372); Green value is 87 (34.38% from 255 or 23.39% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 159 - color contains mainly: red. Hex color #9F577E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F577E is #60A881. Grayscale: #707070. Windows color (decimal): -6334594 or 8279967. OLE color: 8279967.
HSL color Cylindrical-coordinate representation of color #9F577E: hue angle of 327.5º 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 #9F577E is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 87 | 126 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.38 |
| HSL | 327.5º | 0.29% | 0.48% | - |
| HSV(B) | 327.5º | 0.45% | 0.62% | - |
| XYZ | 21.47 | 15.69 | 21.64 | - |
| YUV | 112.97 | 135.35 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 87 | 126 | 0 | 0.45 | 0.21 | 0.38 | 327.5 | 0.29 | 0.48 |
| Hex | 9F | 57 | 7E | 0 | 2D | 15 | 26 | 148 | 1D | 30 |
| Octal | 237 | 127 | 176 | 0 | 55 | 25 | 46 | 510 | 35 | 60 |
| Binary | 10011111 | 1010111 | 1111110 | 0 | 101101 | 10101 | 100110 | 101001000 | 11101 | 110000 |
Color Harmonies of #9F577E
Complementary color
Monochromatic Colors of #9F577E
Black with #9F577E
Text Example
Text Example
White with #9F577E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F577E; }
p { color: rgb(159,87,126); }
H1.HeaderClassName
{
color: #9F577E;
}
.AnyTagClassName
{
color: #9F577E;
}
</style>
background-color css
<style>
a { background-color: #9F577E; }
a { background-color: rgb(159,87,126); }
div.DivClassName
{
background-color: #9F577E;
}
.BgClassName
{
background-color: #9F577E;
}
</style>
border-color css
<style>
span { border-color: #9F577E; }
span { border-color: rgb(159,87,126); }
td.TdClassName
{
border-color: #9F577E;
}
.TagClassName
{
border-color: #9F577E;
}
</style>