Shades of Strikemaster #9D598C
Tints of Strikemaster #9D598C
RGB
CMYK
RGB Variations
Color information
#9D598C (or 0x9D598C) is known color: Strikemaster. HEX triplet: 9D, 59 and 8C. RGB value is (157,89,140). Sum of RGB (Red+Green+Blue) = 157+89+140=386 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.67% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 157 - color contains mainly: red. Hex color #9D598C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D598C is #62A673. Grayscale: #737373. Windows color (decimal): -6465140 or 9197981. OLE color: 9197981.
HSL color Cylindrical-coordinate representation of color #9D598C: hue angle of 315º 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 #9D598C is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 89 | 140 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.38 |
| HSL | 315º | 0.28% | 0.48% | - |
| HSV(B) | 315º | 0.43% | 0.62% | - |
| XYZ | 22.21 | 16.21 | 26.77 | - |
| YUV | 115.15 | 142.03 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 89 | 140 | 0 | 0.43 | 0.11 | 0.38 | 315 | 0.28 | 0.48 |
| Hex | 9D | 59 | 8C | 0 | 2B | B | 26 | 13B | 1C | 30 |
| Octal | 235 | 131 | 214 | 0 | 53 | 13 | 46 | 473 | 34 | 60 |
| Binary | 10011101 | 1011001 | 10001100 | 0 | 101011 | 1011 | 100110 | 100111011 | 11100 | 110000 |
Color Harmonies of #9D598C
Complementary color
Monochromatic Colors of #9D598C
Black with #9D598C
Text Example
Text Example
White with #9D598C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D598C; }
p { color: rgb(157,89,140); }
H1.HeaderClassName
{
color: #9D598C;
}
.AnyTagClassName
{
color: #9D598C;
}
</style>
background-color css
<style>
a { background-color: #9D598C; }
a { background-color: rgb(157,89,140); }
div.DivClassName
{
background-color: #9D598C;
}
.BgClassName
{
background-color: #9D598C;
}
</style>
border-color css
<style>
span { border-color: #9D598C; }
span { border-color: rgb(157,89,140); }
td.TdClassName
{
border-color: #9D598C;
}
.TagClassName
{
border-color: #9D598C;
}
</style>