Shades of Strikemaster #9D5589
Tints of Strikemaster #9D5589
RGB
CMYK
RGB Variations
Color information
#9D5589 (or 0x9D5589) is known color: Strikemaster. HEX triplet: 9D, 55 and 89. RGB value is (157,85,137). Sum of RGB (Red+Green+Blue) = 157+85+137=379 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.42% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5589 is #62AA76. Grayscale: #707070. Windows color (decimal): -6466167 or 9000349. OLE color: 9000349.
HSL color Cylindrical-coordinate representation of color #9D5589: hue angle of 316.67º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D5589 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 85 | 137 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.38 |
| HSL | 316.67º | 0.3% | 0.47% | - |
| HSV(B) | 316.67º | 0.46% | 0.62% | - |
| XYZ | 21.67 | 15.47 | 25.51 | - |
| YUV | 112.46 | 141.85 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 85 | 137 | 0 | 0.46 | 0.13 | 0.38 | 316.67 | 0.3 | 0.47 |
| Hex | 9D | 55 | 89 | 0 | 2E | D | 26 | 13D | 1E | 2F |
| Octal | 235 | 125 | 211 | 0 | 56 | 15 | 46 | 475 | 36 | 57 |
| Binary | 10011101 | 1010101 | 10001001 | 0 | 101110 | 1101 | 100110 | 100111101 | 11110 | 101111 |
Color Harmonies of #9D5589
Complementary color
Monochromatic Colors of #9D5589
Black with #9D5589
Text Example
Text Example
White with #9D5589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5589; }
p { color: rgb(157,85,137); }
H1.HeaderClassName
{
color: #9D5589;
}
.AnyTagClassName
{
color: #9D5589;
}
</style>
background-color css
<style>
a { background-color: #9D5589; }
a { background-color: rgb(157,85,137); }
div.DivClassName
{
background-color: #9D5589;
}
.BgClassName
{
background-color: #9D5589;
}
</style>
border-color css
<style>
span { border-color: #9D5589; }
span { border-color: rgb(157,85,137); }
td.TdClassName
{
border-color: #9D5589;
}
.TagClassName
{
border-color: #9D5589;
}
</style>