Shades of Strikemaster #9E588B
Tints of Strikemaster #9E588B
RGB
CMYK
RGB Variations
Color information
#9E588B (or 0x9E588B) is known color: Strikemaster. HEX triplet: 9E, 58 and 8B. RGB value is (158,88,139). Sum of RGB (Red+Green+Blue) = 158+88+139=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 158 - color contains mainly: red. Hex color #9E588B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E588B is #61A774. Grayscale: #727272. Windows color (decimal): -6399861 or 9132190. OLE color: 9132190.
HSL color Cylindrical-coordinate representation of color #9E588B: hue angle of 316.29º 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 #9E588B is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 88 | 139 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.38 |
| HSL | 316.29º | 0.28% | 0.48% | - |
| HSV(B) | 316.29º | 0.44% | 0.62% | - |
| XYZ | 22.25 | 16.11 | 26.36 | - |
| YUV | 114.74 | 141.69 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 88 | 139 | 0 | 0.44 | 0.12 | 0.38 | 316.29 | 0.28 | 0.48 |
| Hex | 9E | 58 | 8B | 0 | 2C | C | 26 | 13C | 1C | 30 |
| Octal | 236 | 130 | 213 | 0 | 54 | 14 | 46 | 474 | 34 | 60 |
| Binary | 10011110 | 1011000 | 10001011 | 0 | 101100 | 1100 | 100110 | 100111100 | 11100 | 110000 |
Color Harmonies of #9E588B
Complementary color
Monochromatic Colors of #9E588B
Black with #9E588B
Text Example
Text Example
White with #9E588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E588B; }
p { color: rgb(158,88,139); }
H1.HeaderClassName
{
color: #9E588B;
}
.AnyTagClassName
{
color: #9E588B;
}
</style>
background-color css
<style>
a { background-color: #9E588B; }
a { background-color: rgb(158,88,139); }
div.DivClassName
{
background-color: #9E588B;
}
.BgClassName
{
background-color: #9E588B;
}
</style>
border-color css
<style>
span { border-color: #9E588B; }
span { border-color: rgb(158,88,139); }
td.TdClassName
{
border-color: #9E588B;
}
.TagClassName
{
border-color: #9E588B;
}
</style>