Shades of Strikemaster #9E7088
Tints of Strikemaster #9E7088
RGB
CMYK
RGB Variations
Color information
#9E7088 (or 0x9E7088) is known color: Strikemaster. HEX triplet: 9E, 70 and 88. RGB value is (158,112,136). Sum of RGB (Red+Green+Blue) = 158+112+136=406 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.92% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7088 is #618F77. Grayscale: #808080. Windows color (decimal): -6393720 or 8941726. OLE color: 8941726.
HSL color Cylindrical-coordinate representation of color #9E7088: hue angle of 328.7º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9E7088 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 112 | 136 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.38 |
| HSL | 328.7º | 0.19% | 0.53% | - |
| HSV(B) | 328.7º | 0.29% | 0.62% | - |
| XYZ | 24.34 | 20.64 | 25.99 | - |
| YUV | 128.49 | 132.24 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 112 | 136 | 0 | 0.29 | 0.14 | 0.38 | 328.7 | 0.19 | 0.53 |
| Hex | 9E | 70 | 88 | 0 | 1D | E | 26 | 149 | 13 | 35 |
| Octal | 236 | 160 | 210 | 0 | 35 | 16 | 46 | 511 | 23 | 65 |
| Binary | 10011110 | 1110000 | 10001000 | 0 | 11101 | 1110 | 100110 | 101001001 | 10011 | 110101 |
Color Harmonies of #9E7088
Complementary color
Monochromatic Colors of #9E7088
Black with #9E7088
Text Example
Text Example
White with #9E7088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7088; }
p { color: rgb(158,112,136); }
H1.HeaderClassName
{
color: #9E7088;
}
.AnyTagClassName
{
color: #9E7088;
}
</style>
background-color css
<style>
a { background-color: #9E7088; }
a { background-color: rgb(158,112,136); }
div.DivClassName
{
background-color: #9E7088;
}
.BgClassName
{
background-color: #9E7088;
}
</style>
border-color css
<style>
span { border-color: #9E7088; }
span { border-color: rgb(158,112,136); }
td.TdClassName
{
border-color: #9E7088;
}
.TagClassName
{
border-color: #9E7088;
}
</style>