Shades of Strikemaster #9D598B
Tints of Strikemaster #9D598B
RGB
CMYK
RGB Variations
Color information
#9D598B (or 0x9D598B) is known color: Strikemaster. HEX triplet: 9D, 59 and 8B. RGB value is (157,89,139). Sum of RGB (Red+Green+Blue) = 157+89+139=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 157 - color contains mainly: red. Hex color #9D598B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D598B is #62A674. Grayscale: #727272. Windows color (decimal): -6465141 or 9132445. OLE color: 9132445.
HSL color Cylindrical-coordinate representation of color #9D598B: hue angle of 315.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 #9D598B is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 89 | 139 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.38 |
| HSL | 315.88º | 0.28% | 0.48% | - |
| HSV(B) | 315.88º | 0.43% | 0.62% | - |
| XYZ | 22.14 | 16.18 | 26.38 | - |
| YUV | 115.03 | 141.53 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 89 | 139 | 0 | 0.43 | 0.11 | 0.38 | 315.88 | 0.28 | 0.48 |
| Hex | 9D | 59 | 8B | 0 | 2B | B | 26 | 13C | 1C | 30 |
| Octal | 235 | 131 | 213 | 0 | 53 | 13 | 46 | 474 | 34 | 60 |
| Binary | 10011101 | 1011001 | 10001011 | 0 | 101011 | 1011 | 100110 | 100111100 | 11100 | 110000 |
Color Harmonies of #9D598B
Complementary color
Monochromatic Colors of #9D598B
Black with #9D598B
Text Example
Text Example
White with #9D598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D598B; }
p { color: rgb(157,89,139); }
H1.HeaderClassName
{
color: #9D598B;
}
.AnyTagClassName
{
color: #9D598B;
}
</style>
background-color css
<style>
a { background-color: #9D598B; }
a { background-color: rgb(157,89,139); }
div.DivClassName
{
background-color: #9D598B;
}
.BgClassName
{
background-color: #9D598B;
}
</style>
border-color css
<style>
span { border-color: #9D598B; }
span { border-color: rgb(157,89,139); }
td.TdClassName
{
border-color: #9D598B;
}
.TagClassName
{
border-color: #9D598B;
}
</style>