Shades of Strikemaster #9D597F
Tints of Strikemaster #9D597F
RGB
CMYK
RGB Variations
Color information
#9D597F (or 0x9D597F) is known color: Strikemaster. HEX triplet: 9D, 59 and 7F. RGB value is (157,89,127). Sum of RGB (Red+Green+Blue) = 157+89+127=373 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.09% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 157 - color contains mainly: red. Hex color #9D597F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D597F is #62A680. Grayscale: #717171. Windows color (decimal): -6465153 or 8346013. OLE color: 8346013.
HSL color Cylindrical-coordinate representation of color #9D597F: hue angle of 326.47º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9D597F is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 89 | 127 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.38 |
| HSL | 326.47º | 0.28% | 0.48% | - |
| HSV(B) | 326.47º | 0.43% | 0.62% | - |
| XYZ | 21.31 | 15.85 | 22.01 | - |
| YUV | 113.66 | 135.53 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 89 | 127 | 0 | 0.43 | 0.19 | 0.38 | 326.47 | 0.28 | 0.48 |
| Hex | 9D | 59 | 7F | 0 | 2B | 13 | 26 | 146 | 1C | 30 |
| Octal | 235 | 131 | 177 | 0 | 53 | 23 | 46 | 506 | 34 | 60 |
| Binary | 10011101 | 1011001 | 1111111 | 0 | 101011 | 10011 | 100110 | 101000110 | 11100 | 110000 |
Color Harmonies of #9D597F
Complementary color
Monochromatic Colors of #9D597F
Black with #9D597F
Text Example
Text Example
White with #9D597F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D597F; }
p { color: rgb(157,89,127); }
H1.HeaderClassName
{
color: #9D597F;
}
.AnyTagClassName
{
color: #9D597F;
}
</style>
background-color css
<style>
a { background-color: #9D597F; }
a { background-color: rgb(157,89,127); }
div.DivClassName
{
background-color: #9D597F;
}
.BgClassName
{
background-color: #9D597F;
}
</style>
border-color css
<style>
span { border-color: #9D597F; }
span { border-color: rgb(157,89,127); }
td.TdClassName
{
border-color: #9D597F;
}
.TagClassName
{
border-color: #9D597F;
}
</style>