Shades of Strikemaster #9E4D87
Tints of Strikemaster #9E4D87
RGB
CMYK
RGB Variations
Color information
#9E4D87 (or 0x9E4D87) is known color: Strikemaster. HEX triplet: 9E, 4D and 87. RGB value is (158,77,135). Sum of RGB (Red+Green+Blue) = 158+77+135=370 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.70% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 135 (53.12% from 255 or 36.49% from 370); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E4D87 is #61B278. Grayscale: #6B6B6B. Windows color (decimal): -6402681 or 8867230. OLE color: 8867230.
HSL color Cylindrical-coordinate representation of color #9E4D87: hue angle of 317.04º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E4D87 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 77 | 135 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.38 |
| HSL | 317.04º | 0.34% | 0.46% | - |
| HSV(B) | 317.04º | 0.51% | 0.62% | - |
| XYZ | 21.13 | 14.33 | 24.57 | - |
| YUV | 107.83 | 143.34 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 77 | 135 | 0 | 0.51 | 0.15 | 0.38 | 317.04 | 0.34 | 0.46 |
| Hex | 9E | 4D | 87 | 0 | 33 | F | 26 | 13D | 22 | 2E |
| Octal | 236 | 115 | 207 | 0 | 63 | 17 | 46 | 475 | 42 | 56 |
| Binary | 10011110 | 1001101 | 10000111 | 0 | 110011 | 1111 | 100110 | 100111101 | 100010 | 101110 |
Color Harmonies of #9E4D87
Complementary color
Monochromatic Colors of #9E4D87
Black with #9E4D87
Text Example
Text Example
White with #9E4D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4D87; }
p { color: rgb(158,77,135); }
H1.HeaderClassName
{
color: #9E4D87;
}
.AnyTagClassName
{
color: #9E4D87;
}
</style>
background-color css
<style>
a { background-color: #9E4D87; }
a { background-color: rgb(158,77,135); }
div.DivClassName
{
background-color: #9E4D87;
}
.BgClassName
{
background-color: #9E4D87;
}
</style>
border-color css
<style>
span { border-color: #9E4D87; }
span { border-color: rgb(158,77,135); }
td.TdClassName
{
border-color: #9E4D87;
}
.TagClassName
{
border-color: #9E4D87;
}
</style>