Shades of East Side #9E88B1
Tints of East Side #9E88B1
RGB
CMYK
RGB Variations
Color information
#9E88B1 (or 0x9E88B1) is known color: East Side. HEX triplet: 9E, 88 and B1. RGB value is (158,136,177). Sum of RGB (Red+Green+Blue) = 158+136+177=471 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.55% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 177 (69.53% from 255 or 37.58% from 471); Max value from RGB is 177 - color contains mainly: blue. Hex color #9E88B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E88B1 is #61774E. Grayscale: #939393. Windows color (decimal): -6387535 or 11634846. OLE color: 11634846.
HSL color Cylindrical-coordinate representation of color #9E88B1: hue angle of 272.2º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9E88B1 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 136 | 177 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.31 |
| HSL | 272.2º | 0.21% | 0.61% | - |
| HSV(B) | 272.2º | 0.23% | 0.69% | - |
| XYZ | 30.84 | 28.05 | 45.38 | - |
| YUV | 147.25 | 144.79 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 136 | 177 | 0.11 | 0.23 | 0 | 0.31 | 272.2 | 0.21 | 0.61 |
| Hex | 9E | 88 | B1 | B | 17 | 0 | 1F | 110 | 15 | 3D |
| Octal | 236 | 210 | 261 | 13 | 27 | 0 | 37 | 420 | 25 | 75 |
| Binary | 10011110 | 10001000 | 10110001 | 1011 | 10111 | 0 | 11111 | 100010000 | 10101 | 111101 |
Color Harmonies of #9E88B1
Complementary color
Monochromatic Colors of #9E88B1
Black with #9E88B1
Text Example
Text Example
White with #9E88B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E88B1; }
p { color: rgb(158,136,177); }
H1.HeaderClassName
{
color: #9E88B1;
}
.AnyTagClassName
{
color: #9E88B1;
}
</style>
background-color css
<style>
a { background-color: #9E88B1; }
a { background-color: rgb(158,136,177); }
div.DivClassName
{
background-color: #9E88B1;
}
.BgClassName
{
background-color: #9E88B1;
}
</style>
border-color css
<style>
span { border-color: #9E88B1; }
span { border-color: rgb(158,136,177); }
td.TdClassName
{
border-color: #9E88B1;
}
.TagClassName
{
border-color: #9E88B1;
}
</style>