Shades of Strikemaster #9F577B
Tints of Strikemaster #9F577B
RGB
CMYK
RGB Variations
Color information
#9F577B (or 0x9F577B) is known color: Strikemaster. HEX triplet: 9F, 57 and 7B. RGB value is (159,87,123). Sum of RGB (Red+Green+Blue) = 159+87+123=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 159 - color contains mainly: red. Hex color #9F577B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F577B is #60A884. Grayscale: #707070. Windows color (decimal): -6334597 or 8083359. OLE color: 8083359.
HSL color Cylindrical-coordinate representation of color #9F577B: hue angle of 330º 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 #9F577B is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 87 | 123 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.38 |
| HSL | 330º | 0.29% | 0.48% | - |
| HSV(B) | 330º | 0.45% | 0.62% | - |
| XYZ | 21.28 | 15.62 | 20.63 | - |
| YUV | 112.63 | 133.85 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 87 | 123 | 0 | 0.45 | 0.23 | 0.38 | 330 | 0.29 | 0.48 |
| Hex | 9F | 57 | 7B | 0 | 2D | 17 | 26 | 14A | 1D | 30 |
| Octal | 237 | 127 | 173 | 0 | 55 | 27 | 46 | 512 | 35 | 60 |
| Binary | 10011111 | 1010111 | 1111011 | 0 | 101101 | 10111 | 100110 | 101001010 | 11101 | 110000 |
Color Harmonies of #9F577B
Complementary color
Monochromatic Colors of #9F577B
Black with #9F577B
Text Example
Text Example
White with #9F577B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F577B; }
p { color: rgb(159,87,123); }
H1.HeaderClassName
{
color: #9F577B;
}
.AnyTagClassName
{
color: #9F577B;
}
</style>
background-color css
<style>
a { background-color: #9F577B; }
a { background-color: rgb(159,87,123); }
div.DivClassName
{
background-color: #9F577B;
}
.BgClassName
{
background-color: #9F577B;
}
</style>
border-color css
<style>
span { border-color: #9F577B; }
span { border-color: rgb(159,87,123); }
td.TdClassName
{
border-color: #9F577B;
}
.TagClassName
{
border-color: #9F577B;
}
</style>