Shades of Strikemaster #9E5884
Tints of Strikemaster #9E5884
RGB
CMYK
RGB Variations
Color information
#9E5884 (or 0x9E5884) is known color: Strikemaster. HEX triplet: 9E, 58 and 84. RGB value is (158,88,132). Sum of RGB (Red+Green+Blue) = 158+88+132=378 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.80% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5884 is #61A77B. Grayscale: #717171. Windows color (decimal): -6399868 or 8673438. OLE color: 8673438.
HSL color Cylindrical-coordinate representation of color #9E5884: hue angle of 322.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 #9E5884 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 88 | 132 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.38 |
| HSL | 322.29º | 0.28% | 0.48% | - |
| HSV(B) | 322.29º | 0.44% | 0.62% | - |
| XYZ | 21.76 | 15.91 | 23.75 | - |
| YUV | 113.95 | 138.19 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 88 | 132 | 0 | 0.44 | 0.16 | 0.38 | 322.29 | 0.28 | 0.48 |
| Hex | 9E | 58 | 84 | 0 | 2C | 10 | 26 | 142 | 1C | 30 |
| Octal | 236 | 130 | 204 | 0 | 54 | 20 | 46 | 502 | 34 | 60 |
| Binary | 10011110 | 1011000 | 10000100 | 0 | 101100 | 10000 | 100110 | 101000010 | 11100 | 110000 |
Color Harmonies of #9E5884
Complementary color
Monochromatic Colors of #9E5884
Black with #9E5884
Text Example
Text Example
White with #9E5884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5884; }
p { color: rgb(158,88,132); }
H1.HeaderClassName
{
color: #9E5884;
}
.AnyTagClassName
{
color: #9E5884;
}
</style>
background-color css
<style>
a { background-color: #9E5884; }
a { background-color: rgb(158,88,132); }
div.DivClassName
{
background-color: #9E5884;
}
.BgClassName
{
background-color: #9E5884;
}
</style>
border-color css
<style>
span { border-color: #9E5884; }
span { border-color: rgb(158,88,132); }
td.TdClassName
{
border-color: #9E5884;
}
.TagClassName
{
border-color: #9E5884;
}
</style>