Shades of Strikemaster #9E588A
Tints of Strikemaster #9E588A
RGB
CMYK
RGB Variations
Color information
#9E588A (or 0x9E588A) is known color: Strikemaster. HEX triplet: 9E, 58 and 8A. RGB value is (158,88,138). Sum of RGB (Red+Green+Blue) = 158+88+138=384 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.15% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 158 - color contains mainly: red. Hex color #9E588A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E588A is #61A775. Grayscale: #727272. Windows color (decimal): -6399862 or 9066654. OLE color: 9066654.
HSL color Cylindrical-coordinate representation of color #9E588A: hue angle of 317.14º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E588A is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 88 | 138 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.38 |
| HSL | 317.14º | 0.28% | 0.48% | - |
| HSV(B) | 317.14º | 0.44% | 0.62% | - |
| XYZ | 22.18 | 16.08 | 25.98 | - |
| YUV | 114.63 | 141.19 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 88 | 138 | 0 | 0.44 | 0.13 | 0.38 | 317.14 | 0.28 | 0.48 |
| Hex | 9E | 58 | 8A | 0 | 2C | D | 26 | 13D | 1C | 30 |
| Octal | 236 | 130 | 212 | 0 | 54 | 15 | 46 | 475 | 34 | 60 |
| Binary | 10011110 | 1011000 | 10001010 | 0 | 101100 | 1101 | 100110 | 100111101 | 11100 | 110000 |
Color Harmonies of #9E588A
Complementary color
Monochromatic Colors of #9E588A
Black with #9E588A
Text Example
Text Example
White with #9E588A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E588A; }
p { color: rgb(158,88,138); }
H1.HeaderClassName
{
color: #9E588A;
}
.AnyTagClassName
{
color: #9E588A;
}
</style>
background-color css
<style>
a { background-color: #9E588A; }
a { background-color: rgb(158,88,138); }
div.DivClassName
{
background-color: #9E588A;
}
.BgClassName
{
background-color: #9E588A;
}
</style>
border-color css
<style>
span { border-color: #9E588A; }
span { border-color: rgb(158,88,138); }
td.TdClassName
{
border-color: #9E588A;
}
.TagClassName
{
border-color: #9E588A;
}
</style>