Shades of Strikemaster #9D4E87
Tints of Strikemaster #9D4E87
RGB
CMYK
RGB Variations
Color information
#9D4E87 (or 0x9D4E87) is known color: Strikemaster. HEX triplet: 9D, 4E and 87. RGB value is (157,78,135). Sum of RGB (Red+Green+Blue) = 157+78+135=370 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.43% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 135 (53.12% from 255 or 36.49% from 370); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D4E87 is #62B178. Grayscale: #6B6B6B. Windows color (decimal): -6467961 or 8867485. OLE color: 8867485.
HSL color Cylindrical-coordinate representation of color #9D4E87: hue angle of 316.71º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D4E87 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 78 | 135 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.38 |
| HSL | 316.71º | 0.34% | 0.46% | - |
| HSV(B) | 316.71º | 0.5% | 0.62% | - |
| XYZ | 21 | 14.37 | 24.59 | - |
| YUV | 108.12 | 143.17 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 78 | 135 | 0 | 0.50 | 0.14 | 0.38 | 316.71 | 0.34 | 0.46 |
| Hex | 9D | 4E | 87 | 0 | 32 | E | 26 | 13D | 22 | 2E |
| Octal | 235 | 116 | 207 | 0 | 62 | 16 | 46 | 475 | 42 | 56 |
| Binary | 10011101 | 1001110 | 10000111 | 0 | 110010 | 1110 | 100110 | 100111101 | 100010 | 101110 |
Color Harmonies of #9D4E87
Complementary color
Monochromatic Colors of #9D4E87
Black with #9D4E87
Text Example
Text Example
White with #9D4E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4E87; }
p { color: rgb(157,78,135); }
H1.HeaderClassName
{
color: #9D4E87;
}
.AnyTagClassName
{
color: #9D4E87;
}
</style>
background-color css
<style>
a { background-color: #9D4E87; }
a { background-color: rgb(157,78,135); }
div.DivClassName
{
background-color: #9D4E87;
}
.BgClassName
{
background-color: #9D4E87;
}
</style>
border-color css
<style>
span { border-color: #9D4E87; }
span { border-color: rgb(157,78,135); }
td.TdClassName
{
border-color: #9D4E87;
}
.TagClassName
{
border-color: #9D4E87;
}
</style>