Shades of Strikemaster #9D5E89
Tints of Strikemaster #9D5E89
RGB
CMYK
RGB Variations
Color information
#9D5E89 (or 0x9D5E89) is known color: Strikemaster. HEX triplet: 9D, 5E and 89. RGB value is (157,94,137). Sum of RGB (Red+Green+Blue) = 157+94+137=388 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.46% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5E89 is #62A176. Grayscale: #757575. Windows color (decimal): -6463863 or 9002653. OLE color: 9002653.
HSL color Cylindrical-coordinate representation of color #9D5E89: hue angle of 319.05º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9D5E89 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 94 | 137 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.38 |
| HSL | 319.05º | 0.25% | 0.49% | - |
| HSV(B) | 319.05º | 0.4% | 0.62% | - |
| XYZ | 22.42 | 16.98 | 25.76 | - |
| YUV | 117.74 | 138.87 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 94 | 137 | 0 | 0.40 | 0.13 | 0.38 | 319.05 | 0.25 | 0.49 |
| Hex | 9D | 5E | 89 | 0 | 28 | D | 26 | 13F | 19 | 31 |
| Octal | 235 | 136 | 211 | 0 | 50 | 15 | 46 | 477 | 31 | 61 |
| Binary | 10011101 | 1011110 | 10001001 | 0 | 101000 | 1101 | 100110 | 100111111 | 11001 | 110001 |
Color Harmonies of #9D5E89
Complementary color
Monochromatic Colors of #9D5E89
Black with #9D5E89
Text Example
Text Example
White with #9D5E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5E89; }
p { color: rgb(157,94,137); }
H1.HeaderClassName
{
color: #9D5E89;
}
.AnyTagClassName
{
color: #9D5E89;
}
</style>
background-color css
<style>
a { background-color: #9D5E89; }
a { background-color: rgb(157,94,137); }
div.DivClassName
{
background-color: #9D5E89;
}
.BgClassName
{
background-color: #9D5E89;
}
</style>
border-color css
<style>
span { border-color: #9D5E89; }
span { border-color: rgb(157,94,137); }
td.TdClassName
{
border-color: #9D5E89;
}
.TagClassName
{
border-color: #9D5E89;
}
</style>