Shades of Strikemaster #9E5C88
Tints of Strikemaster #9E5C88
RGB
CMYK
RGB Variations
Color information
#9E5C88 (or 0x9E5C88) is known color: Strikemaster. HEX triplet: 9E, 5C and 88. RGB value is (158,92,136). Sum of RGB (Red+Green+Blue) = 158+92+136=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5C88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5C88 is #61A377. Grayscale: #747474. Windows color (decimal): -6398840 or 8936606. OLE color: 8936606.
HSL color Cylindrical-coordinate representation of color #9E5C88: hue angle of 320º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9E5C88 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 92 | 136 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.38 |
| HSL | 320º | 0.26% | 0.49% | - |
| HSV(B) | 320º | 0.42% | 0.62% | - |
| XYZ | 22.37 | 16.7 | 25.34 | - |
| YUV | 116.75 | 138.87 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 92 | 136 | 0 | 0.42 | 0.14 | 0.38 | 320 | 0.26 | 0.49 |
| Hex | 9E | 5C | 88 | 0 | 2A | E | 26 | 140 | 1A | 31 |
| Octal | 236 | 134 | 210 | 0 | 52 | 16 | 46 | 500 | 32 | 61 |
| Binary | 10011110 | 1011100 | 10001000 | 0 | 101010 | 1110 | 100110 | 101000000 | 11010 | 110001 |
Color Harmonies of #9E5C88
Complementary color
Monochromatic Colors of #9E5C88
Black with #9E5C88
Text Example
Text Example
White with #9E5C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5C88; }
p { color: rgb(158,92,136); }
H1.HeaderClassName
{
color: #9E5C88;
}
.AnyTagClassName
{
color: #9E5C88;
}
</style>
background-color css
<style>
a { background-color: #9E5C88; }
a { background-color: rgb(158,92,136); }
div.DivClassName
{
background-color: #9E5C88;
}
.BgClassName
{
background-color: #9E5C88;
}
</style>
border-color css
<style>
span { border-color: #9E5C88; }
span { border-color: rgb(158,92,136); }
td.TdClassName
{
border-color: #9E5C88;
}
.TagClassName
{
border-color: #9E5C88;
}
</style>