Shades of Strikemaster #9D597A
Tints of Strikemaster #9D597A
RGB
CMYK
RGB Variations
Color information
#9D597A (or 0x9D597A) is known color: Strikemaster. HEX triplet: 9D, 59 and 7A. RGB value is (157,89,122). Sum of RGB (Red+Green+Blue) = 157+89+122=368 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.66% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 157 - color contains mainly: red. Hex color #9D597A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D597A is #62A685. Grayscale: #717171. Windows color (decimal): -6465158 or 8018333. OLE color: 8018333.
HSL color Cylindrical-coordinate representation of color #9D597A: hue angle of 330.88º 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 #9D597A is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 89 | 122 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.38 |
| HSL | 330.88º | 0.28% | 0.48% | - |
| HSV(B) | 330.88º | 0.43% | 0.62% | - |
| XYZ | 20.99 | 15.72 | 20.34 | - |
| YUV | 113.09 | 133.03 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 89 | 122 | 0 | 0.43 | 0.22 | 0.38 | 330.88 | 0.28 | 0.48 |
| Hex | 9D | 59 | 7A | 0 | 2B | 16 | 26 | 14B | 1C | 30 |
| Octal | 235 | 131 | 172 | 0 | 53 | 26 | 46 | 513 | 34 | 60 |
| Binary | 10011101 | 1011001 | 1111010 | 0 | 101011 | 10110 | 100110 | 101001011 | 11100 | 110000 |
Color Harmonies of #9D597A
Complementary color
Monochromatic Colors of #9D597A
Black with #9D597A
Text Example
Text Example
White with #9D597A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D597A; }
p { color: rgb(157,89,122); }
H1.HeaderClassName
{
color: #9D597A;
}
.AnyTagClassName
{
color: #9D597A;
}
</style>
background-color css
<style>
a { background-color: #9D597A; }
a { background-color: rgb(157,89,122); }
div.DivClassName
{
background-color: #9D597A;
}
.BgClassName
{
background-color: #9D597A;
}
</style>
border-color css
<style>
span { border-color: #9D597A; }
span { border-color: rgb(157,89,122); }
td.TdClassName
{
border-color: #9D597A;
}
.TagClassName
{
border-color: #9D597A;
}
</style>