Shades of East Side #9E88AE
Tints of East Side #9E88AE
RGB
CMYK
RGB Variations
Color information
#9E88AE (or 0x9E88AE) is known color: East Side. HEX triplet: 9E, 88 and AE. RGB value is (158,136,174). Sum of RGB (Red+Green+Blue) = 158+136+174=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E88AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E88AE is #617751. Grayscale: #929292. Windows color (decimal): -6387538 or 11438238. OLE color: 11438238.
HSL color Cylindrical-coordinate representation of color #9E88AE: hue angle of 274.74º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9E88AE is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 158 | 136 | 174 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.32 |
| HSL | 274.74º | 0.19% | 0.61% | - |
| HSV(B) | 274.74º | 0.22% | 0.68% | - |
| XYZ | 30.54 | 27.93 | 43.83 | - |
| YUV | 146.91 | 143.29 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 136 | 174 | 0.09 | 0.22 | 0 | 0.32 | 274.74 | 0.19 | 0.61 |
| Hex | 9E | 88 | AE | 9 | 16 | 0 | 20 | 113 | 13 | 3D |
| Octal | 236 | 210 | 256 | 11 | 26 | 0 | 40 | 423 | 23 | 75 |
| Binary | 10011110 | 10001000 | 10101110 | 1001 | 10110 | 0 | 100000 | 100010011 | 10011 | 111101 |
Color Harmonies of #9E88AE
Complementary color
Monochromatic Colors of #9E88AE
Black with #9E88AE
Text Example
Text Example
White with #9E88AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E88AE; }
p { color: rgb(158,136,174); }
H1.HeaderClassName
{
color: #9E88AE;
}
.AnyTagClassName
{
color: #9E88AE;
}
</style>
background-color css
<style>
a { background-color: #9E88AE; }
a { background-color: rgb(158,136,174); }
div.DivClassName
{
background-color: #9E88AE;
}
.BgClassName
{
background-color: #9E88AE;
}
</style>
border-color css
<style>
span { border-color: #9E88AE; }
span { border-color: rgb(158,136,174); }
td.TdClassName
{
border-color: #9E88AE;
}
.TagClassName
{
border-color: #9E88AE;
}
</style>