Shades of Strikemaster #9D5E87
Tints of Strikemaster #9D5E87
RGB
CMYK
RGB Variations
Color information
#9D5E87 (or 0x9D5E87) is known color: Strikemaster. HEX triplet: 9D, 5E and 87. RGB value is (157,94,135). Sum of RGB (Red+Green+Blue) = 157+94+135=386 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.67% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5E87 is #62A178. Grayscale: #757575. Windows color (decimal): -6463865 or 8871581. OLE color: 8871581.
HSL color Cylindrical-coordinate representation of color #9D5E87: hue angle of 320.95º 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 #9D5E87 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 94 | 135 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.38 |
| HSL | 320.95º | 0.25% | 0.49% | - |
| HSV(B) | 320.95º | 0.4% | 0.62% | - |
| XYZ | 22.28 | 16.92 | 25.01 | - |
| YUV | 117.51 | 137.87 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 94 | 135 | 0 | 0.40 | 0.14 | 0.38 | 320.95 | 0.25 | 0.49 |
| Hex | 9D | 5E | 87 | 0 | 28 | E | 26 | 141 | 19 | 31 |
| Octal | 235 | 136 | 207 | 0 | 50 | 16 | 46 | 501 | 31 | 61 |
| Binary | 10011101 | 1011110 | 10000111 | 0 | 101000 | 1110 | 100110 | 101000001 | 11001 | 110001 |
Color Harmonies of #9D5E87
Complementary color
Monochromatic Colors of #9D5E87
Black with #9D5E87
Text Example
Text Example
White with #9D5E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5E87; }
p { color: rgb(157,94,135); }
H1.HeaderClassName
{
color: #9D5E87;
}
.AnyTagClassName
{
color: #9D5E87;
}
</style>
background-color css
<style>
a { background-color: #9D5E87; }
a { background-color: rgb(157,94,135); }
div.DivClassName
{
background-color: #9D5E87;
}
.BgClassName
{
background-color: #9D5E87;
}
</style>
border-color css
<style>
span { border-color: #9D5E87; }
span { border-color: rgb(157,94,135); }
td.TdClassName
{
border-color: #9D5E87;
}
.TagClassName
{
border-color: #9D5E87;
}
</style>