Shades of Strikemaster #9D5981
Tints of Strikemaster #9D5981
RGB
CMYK
RGB Variations
Color information
#9D5981 (or 0x9D5981) is known color: Strikemaster. HEX triplet: 9D, 59 and 81. RGB value is (157,89,129). Sum of RGB (Red+Green+Blue) = 157+89+129=375 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.87% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5981 is #62A67E. Grayscale: #717171. Windows color (decimal): -6465151 or 8477085. OLE color: 8477085.
HSL color Cylindrical-coordinate representation of color #9D5981: hue angle of 324.71º 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 #9D5981 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 89 | 129 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.38 |
| HSL | 324.71º | 0.28% | 0.48% | - |
| HSV(B) | 324.71º | 0.43% | 0.62% | - |
| XYZ | 21.44 | 15.9 | 22.71 | - |
| YUV | 113.89 | 136.53 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 89 | 129 | 0 | 0.43 | 0.18 | 0.38 | 324.71 | 0.28 | 0.48 |
| Hex | 9D | 59 | 81 | 0 | 2B | 12 | 26 | 145 | 1C | 30 |
| Octal | 235 | 131 | 201 | 0 | 53 | 22 | 46 | 505 | 34 | 60 |
| Binary | 10011101 | 1011001 | 10000001 | 0 | 101011 | 10010 | 100110 | 101000101 | 11100 | 110000 |
Color Harmonies of #9D5981
Complementary color
Monochromatic Colors of #9D5981
Black with #9D5981
Text Example
Text Example
White with #9D5981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5981; }
p { color: rgb(157,89,129); }
H1.HeaderClassName
{
color: #9D5981;
}
.AnyTagClassName
{
color: #9D5981;
}
</style>
background-color css
<style>
a { background-color: #9D5981; }
a { background-color: rgb(157,89,129); }
div.DivClassName
{
background-color: #9D5981;
}
.BgClassName
{
background-color: #9D5981;
}
</style>
border-color css
<style>
span { border-color: #9D5981; }
span { border-color: rgb(157,89,129); }
td.TdClassName
{
border-color: #9D5981;
}
.TagClassName
{
border-color: #9D5981;
}
</style>