Shades of Strikemaster #9E4C88
Tints of Strikemaster #9E4C88
RGB
CMYK
RGB Variations
Color information
#9E4C88 (or 0x9E4C88) is known color: Strikemaster. HEX triplet: 9E, 4C and 88. RGB value is (158,76,136). Sum of RGB (Red+Green+Blue) = 158+76+136=370 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.70% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4C88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4C88 is #61B377. Grayscale: #6B6B6B. Windows color (decimal): -6402936 or 8932510. OLE color: 8932510.
HSL color Cylindrical-coordinate representation of color #9E4C88: hue angle of 316.1º 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 #9E4C88 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 76 | 136 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.38 |
| HSL | 316.1º | 0.35% | 0.46% | - |
| HSV(B) | 316.1º | 0.52% | 0.62% | - |
| XYZ | 21.13 | 14.22 | 24.92 | - |
| YUV | 107.36 | 144.17 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 76 | 136 | 0 | 0.52 | 0.14 | 0.38 | 316.1 | 0.35 | 0.46 |
| Hex | 9E | 4C | 88 | 0 | 34 | E | 26 | 13C | 23 | 2E |
| Octal | 236 | 114 | 210 | 0 | 64 | 16 | 46 | 474 | 43 | 56 |
| Binary | 10011110 | 1001100 | 10001000 | 0 | 110100 | 1110 | 100110 | 100111100 | 100011 | 101110 |
Color Harmonies of #9E4C88
Complementary color
Monochromatic Colors of #9E4C88
Black with #9E4C88
Text Example
Text Example
White with #9E4C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4C88; }
p { color: rgb(158,76,136); }
H1.HeaderClassName
{
color: #9E4C88;
}
.AnyTagClassName
{
color: #9E4C88;
}
</style>
background-color css
<style>
a { background-color: #9E4C88; }
a { background-color: rgb(158,76,136); }
div.DivClassName
{
background-color: #9E4C88;
}
.BgClassName
{
background-color: #9E4C88;
}
</style>
border-color css
<style>
span { border-color: #9E4C88; }
span { border-color: rgb(158,76,136); }
td.TdClassName
{
border-color: #9E4C88;
}
.TagClassName
{
border-color: #9E4C88;
}
</style>