Shades of Strikemaster #9E5588
Tints of Strikemaster #9E5588
RGB
CMYK
RGB Variations
Color information
#9E5588 (or 0x9E5588) is known color: Strikemaster. HEX triplet: 9E, 55 and 88. RGB value is (158,85,136). Sum of RGB (Red+Green+Blue) = 158+85+136=379 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.69% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5588 is #61AA77. Grayscale: #707070. Windows color (decimal): -6400632 or 8934814. OLE color: 8934814.
HSL color Cylindrical-coordinate representation of color #9E5588: hue angle of 318.08º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E5588 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 85 | 136 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.38 |
| HSL | 318.08º | 0.3% | 0.48% | - |
| HSV(B) | 318.08º | 0.46% | 0.62% | - |
| XYZ | 21.79 | 15.54 | 25.14 | - |
| YUV | 112.64 | 141.18 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 85 | 136 | 0 | 0.46 | 0.14 | 0.38 | 318.08 | 0.3 | 0.48 |
| Hex | 9E | 55 | 88 | 0 | 2E | E | 26 | 13E | 1E | 30 |
| Octal | 236 | 125 | 210 | 0 | 56 | 16 | 46 | 476 | 36 | 60 |
| Binary | 10011110 | 1010101 | 10001000 | 0 | 101110 | 1110 | 100110 | 100111110 | 11110 | 110000 |
Color Harmonies of #9E5588
Complementary color
Monochromatic Colors of #9E5588
Black with #9E5588
Text Example
Text Example
White with #9E5588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5588; }
p { color: rgb(158,85,136); }
H1.HeaderClassName
{
color: #9E5588;
}
.AnyTagClassName
{
color: #9E5588;
}
</style>
background-color css
<style>
a { background-color: #9E5588; }
a { background-color: rgb(158,85,136); }
div.DivClassName
{
background-color: #9E5588;
}
.BgClassName
{
background-color: #9E5588;
}
</style>
border-color css
<style>
span { border-color: #9E5588; }
span { border-color: rgb(158,85,136); }
td.TdClassName
{
border-color: #9E5588;
}
.TagClassName
{
border-color: #9E5588;
}
</style>