Shades of Strikemaster #9E4C87
Tints of Strikemaster #9E4C87
RGB
CMYK
RGB Variations
Color information
#9E4C87 (or 0x9E4C87) is known color: Strikemaster. HEX triplet: 9E, 4C and 87. RGB value is (158,76,135). Sum of RGB (Red+Green+Blue) = 158+76+135=369 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.82% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4C87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4C87 is #61B378. Grayscale: #6B6B6B. Windows color (decimal): -6402937 or 8866974. OLE color: 8866974.
HSL color Cylindrical-coordinate representation of color #9E4C87: hue angle of 316.83º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E4C87 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 76 | 135 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.38 |
| HSL | 316.83º | 0.35% | 0.46% | - |
| HSV(B) | 316.83º | 0.52% | 0.62% | - |
| XYZ | 21.06 | 14.19 | 24.55 | - |
| YUV | 107.24 | 143.67 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 76 | 135 | 0 | 0.52 | 0.15 | 0.38 | 316.83 | 0.35 | 0.46 |
| Hex | 9E | 4C | 87 | 0 | 34 | F | 26 | 13D | 23 | 2E |
| Octal | 236 | 114 | 207 | 0 | 64 | 17 | 46 | 475 | 43 | 56 |
| Binary | 10011110 | 1001100 | 10000111 | 0 | 110100 | 1111 | 100110 | 100111101 | 100011 | 101110 |
Color Harmonies of #9E4C87
Complementary color
Monochromatic Colors of #9E4C87
Black with #9E4C87
Text Example
Text Example
White with #9E4C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4C87; }
p { color: rgb(158,76,135); }
H1.HeaderClassName
{
color: #9E4C87;
}
.AnyTagClassName
{
color: #9E4C87;
}
</style>
background-color css
<style>
a { background-color: #9E4C87; }
a { background-color: rgb(158,76,135); }
div.DivClassName
{
background-color: #9E4C87;
}
.BgClassName
{
background-color: #9E4C87;
}
</style>
border-color css
<style>
span { border-color: #9E4C87; }
span { border-color: rgb(158,76,135); }
td.TdClassName
{
border-color: #9E4C87;
}
.TagClassName
{
border-color: #9E4C87;
}
</style>