Shades of Strikemaster #9E4B88
Tints of Strikemaster #9E4B88
RGB
CMYK
RGB Variations
Color information
#9E4B88 (or 0x9E4B88) is known color: Strikemaster. HEX triplet: 9E, 4B and 88. RGB value is (158,75,136). Sum of RGB (Red+Green+Blue) = 158+75+136=369 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.82% from 369); Green value is 75 (29.69% from 255 or 20.33% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4B88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4B88 is #61B477. Grayscale: #6A6A6A. Windows color (decimal): -6403192 or 8932254. OLE color: 8932254.
HSL color Cylindrical-coordinate representation of color #9E4B88: hue angle of 315.9º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E4B88 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 75 | 136 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.38 |
| HSL | 315.9º | 0.36% | 0.46% | - |
| HSV(B) | 315.9º | 0.53% | 0.62% | - |
| XYZ | 21.06 | 14.08 | 24.9 | - |
| YUV | 106.77 | 144.5 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 75 | 136 | 0 | 0.53 | 0.14 | 0.38 | 315.9 | 0.36 | 0.46 |
| Hex | 9E | 4B | 88 | 0 | 35 | E | 26 | 13C | 24 | 2E |
| Octal | 236 | 113 | 210 | 0 | 65 | 16 | 46 | 474 | 44 | 56 |
| Binary | 10011110 | 1001011 | 10001000 | 0 | 110101 | 1110 | 100110 | 100111100 | 100100 | 101110 |
Color Harmonies of #9E4B88
Complementary color
Monochromatic Colors of #9E4B88
Black with #9E4B88
Text Example
Text Example
White with #9E4B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4B88; }
p { color: rgb(158,75,136); }
H1.HeaderClassName
{
color: #9E4B88;
}
.AnyTagClassName
{
color: #9E4B88;
}
</style>
background-color css
<style>
a { background-color: #9E4B88; }
a { background-color: rgb(158,75,136); }
div.DivClassName
{
background-color: #9E4B88;
}
.BgClassName
{
background-color: #9E4B88;
}
</style>
border-color css
<style>
span { border-color: #9E4B88; }
span { border-color: rgb(158,75,136); }
td.TdClassName
{
border-color: #9E4B88;
}
.TagClassName
{
border-color: #9E4B88;
}
</style>