Shades of Strikemaster #9E4D88
Tints of Strikemaster #9E4D88
RGB
CMYK
RGB Variations
Color information
#9E4D88 (or 0x9E4D88) is known color: Strikemaster. HEX triplet: 9E, 4D and 88. RGB value is (158,77,136). Sum of RGB (Red+Green+Blue) = 158+77+136=371 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.59% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E4D88 is #61B277. Grayscale: #6B6B6B. Windows color (decimal): -6402680 or 8932766. OLE color: 8932766.
HSL color Cylindrical-coordinate representation of color #9E4D88: hue angle of 316.3º 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 #9E4D88 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 77 | 136 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.38 |
| HSL | 316.3º | 0.34% | 0.46% | - |
| HSV(B) | 316.3º | 0.51% | 0.62% | - |
| XYZ | 21.2 | 14.35 | 24.95 | - |
| YUV | 107.95 | 143.84 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 77 | 136 | 0 | 0.51 | 0.14 | 0.38 | 316.3 | 0.34 | 0.46 |
| Hex | 9E | 4D | 88 | 0 | 33 | E | 26 | 13C | 22 | 2E |
| Octal | 236 | 115 | 210 | 0 | 63 | 16 | 46 | 474 | 42 | 56 |
| Binary | 10011110 | 1001101 | 10001000 | 0 | 110011 | 1110 | 100110 | 100111100 | 100010 | 101110 |
Color Harmonies of #9E4D88
Complementary color
Monochromatic Colors of #9E4D88
Black with #9E4D88
Text Example
Text Example
White with #9E4D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4D88; }
p { color: rgb(158,77,136); }
H1.HeaderClassName
{
color: #9E4D88;
}
.AnyTagClassName
{
color: #9E4D88;
}
</style>
background-color css
<style>
a { background-color: #9E4D88; }
a { background-color: rgb(158,77,136); }
div.DivClassName
{
background-color: #9E4D88;
}
.BgClassName
{
background-color: #9E4D88;
}
</style>
border-color css
<style>
span { border-color: #9E4D88; }
span { border-color: rgb(158,77,136); }
td.TdClassName
{
border-color: #9E4D88;
}
.TagClassName
{
border-color: #9E4D88;
}
</style>