Shades of Strikemaster #9E6A88
Tints of Strikemaster #9E6A88
RGB
CMYK
RGB Variations
Color information
#9E6A88 (or 0x9E6A88) is known color: Strikemaster. HEX triplet: 9E, 6A and 88. RGB value is (158,106,136). Sum of RGB (Red+Green+Blue) = 158+106+136=400 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.5% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6A88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6A88 is #619577. Grayscale: #7C7C7C. Windows color (decimal): -6395256 or 8940190. OLE color: 8940190.
HSL color Cylindrical-coordinate representation of color #9E6A88: hue angle of 325.38º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9E6A88 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 106 | 136 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.38 |
| HSL | 325.38º | 0.21% | 0.52% | - |
| HSV(B) | 325.38º | 0.33% | 0.62% | - |
| XYZ | 23.7 | 19.35 | 25.78 | - |
| YUV | 124.97 | 134.23 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 106 | 136 | 0 | 0.33 | 0.14 | 0.38 | 325.38 | 0.21 | 0.52 |
| Hex | 9E | 6A | 88 | 0 | 21 | E | 26 | 145 | 15 | 34 |
| Octal | 236 | 152 | 210 | 0 | 41 | 16 | 46 | 505 | 25 | 64 |
| Binary | 10011110 | 1101010 | 10001000 | 0 | 100001 | 1110 | 100110 | 101000101 | 10101 | 110100 |
Color Harmonies of #9E6A88
Complementary color
Monochromatic Colors of #9E6A88
Black with #9E6A88
Text Example
Text Example
White with #9E6A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6A88; }
p { color: rgb(158,106,136); }
H1.HeaderClassName
{
color: #9E6A88;
}
.AnyTagClassName
{
color: #9E6A88;
}
</style>
background-color css
<style>
a { background-color: #9E6A88; }
a { background-color: rgb(158,106,136); }
div.DivClassName
{
background-color: #9E6A88;
}
.BgClassName
{
background-color: #9E6A88;
}
</style>
border-color css
<style>
span { border-color: #9E6A88; }
span { border-color: rgb(158,106,136); }
td.TdClassName
{
border-color: #9E6A88;
}
.TagClassName
{
border-color: #9E6A88;
}
</style>