Shades of East Side #9E8FAD
Tints of East Side #9E8FAD
RGB
CMYK
RGB Variations
Color information
#9E8FAD (or 0x9E8FAD) is known color: East Side. HEX triplet: 9E, 8F and AD. RGB value is (158,143,173). Sum of RGB (Red+Green+Blue) = 158+143+173=474 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.33% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 173 - color contains mainly: blue. Hex color #9E8FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8FAD is #617052. Grayscale: #969696. Windows color (decimal): -6385747 or 11374494. OLE color: 11374494.
HSL color Cylindrical-coordinate representation of color #9E8FAD: hue angle of 270º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9E8FAD is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 158 | 143 | 173 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.32 |
| HSL | 270º | 0.15% | 0.62% | - |
| HSV(B) | 270º | 0.17% | 0.68% | - |
| XYZ | 31.47 | 29.93 | 43.65 | - |
| YUV | 150.91 | 140.47 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 143 | 173 | 0.09 | 0.17 | 0 | 0.32 | 270 | 0.15 | 0.62 |
| Hex | 9E | 8F | AD | 9 | 11 | 0 | 20 | 10E | F | 3E |
| Octal | 236 | 217 | 255 | 11 | 21 | 0 | 40 | 416 | 17 | 76 |
| Binary | 10011110 | 10001111 | 10101101 | 1001 | 10001 | 0 | 100000 | 100001110 | 1111 | 111110 |
Color Harmonies of #9E8FAD
Complementary color
Monochromatic Colors of #9E8FAD
Black with #9E8FAD
Text Example
Text Example
White with #9E8FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8FAD; }
p { color: rgb(158,143,173); }
H1.HeaderClassName
{
color: #9E8FAD;
}
.AnyTagClassName
{
color: #9E8FAD;
}
</style>
background-color css
<style>
a { background-color: #9E8FAD; }
a { background-color: rgb(158,143,173); }
div.DivClassName
{
background-color: #9E8FAD;
}
.BgClassName
{
background-color: #9E8FAD;
}
</style>
border-color css
<style>
span { border-color: #9E8FAD; }
span { border-color: rgb(158,143,173); }
td.TdClassName
{
border-color: #9E8FAD;
}
.TagClassName
{
border-color: #9E8FAD;
}
</style>