Shades of Strikemaster #9E6E88
Tints of Strikemaster #9E6E88
RGB
CMYK
RGB Variations
Color information
#9E6E88 (or 0x9E6E88) is known color: Strikemaster. HEX triplet: 9E, 6E and 88. RGB value is (158,110,136). Sum of RGB (Red+Green+Blue) = 158+110+136=404 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.11% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6E88 is #619177. Grayscale: #7F7F7F. Windows color (decimal): -6394232 or 8941214. OLE color: 8941214.
HSL color Cylindrical-coordinate representation of color #9E6E88: hue angle of 327.5º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E6E88 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 110 | 136 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.38 |
| HSL | 327.5º | 0.2% | 0.53% | - |
| HSV(B) | 327.5º | 0.3% | 0.62% | - |
| XYZ | 24.12 | 20.2 | 25.92 | - |
| YUV | 127.32 | 132.9 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 110 | 136 | 0 | 0.30 | 0.14 | 0.38 | 327.5 | 0.2 | 0.53 |
| Hex | 9E | 6E | 88 | 0 | 1E | E | 26 | 148 | 14 | 35 |
| Octal | 236 | 156 | 210 | 0 | 36 | 16 | 46 | 510 | 24 | 65 |
| Binary | 10011110 | 1101110 | 10001000 | 0 | 11110 | 1110 | 100110 | 101001000 | 10100 | 110101 |
Color Harmonies of #9E6E88
Complementary color
Monochromatic Colors of #9E6E88
Black with #9E6E88
Text Example
Text Example
White with #9E6E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6E88; }
p { color: rgb(158,110,136); }
H1.HeaderClassName
{
color: #9E6E88;
}
.AnyTagClassName
{
color: #9E6E88;
}
</style>
background-color css
<style>
a { background-color: #9E6E88; }
a { background-color: rgb(158,110,136); }
div.DivClassName
{
background-color: #9E6E88;
}
.BgClassName
{
background-color: #9E6E88;
}
</style>
border-color css
<style>
span { border-color: #9E6E88; }
span { border-color: rgb(158,110,136); }
td.TdClassName
{
border-color: #9E6E88;
}
.TagClassName
{
border-color: #9E6E88;
}
</style>