Shades of East Side #9F8DAF
Tints of East Side #9F8DAF
RGB
CMYK
RGB Variations
Color information
#9F8DAF (or 0x9F8DAF) is known color: East Side. HEX triplet: 9F, 8D and AF. RGB value is (159,141,175). Sum of RGB (Red+Green+Blue) = 159+141+175=475 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.47% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F8DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8DAF is #607250. Grayscale: #969696. Windows color (decimal): -6320721 or 11505055. OLE color: 11505055.
HSL color Cylindrical-coordinate representation of color #9F8DAF: hue angle of 271.76º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9F8DAF is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 141 | 175 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.31 |
| HSL | 271.76º | 0.18% | 0.62% | - |
| HSV(B) | 271.76º | 0.19% | 0.69% | - |
| XYZ | 31.56 | 29.52 | 44.59 | - |
| YUV | 150.26 | 141.96 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 141 | 175 | 0.09 | 0.19 | 0 | 0.31 | 271.76 | 0.18 | 0.62 |
| Hex | 9F | 8D | AF | 9 | 13 | 0 | 1F | 110 | 12 | 3E |
| Octal | 237 | 215 | 257 | 11 | 23 | 0 | 37 | 420 | 22 | 76 |
| Binary | 10011111 | 10001101 | 10101111 | 1001 | 10011 | 0 | 11111 | 100010000 | 10010 | 111110 |
Color Harmonies of #9F8DAF
Complementary color
Monochromatic Colors of #9F8DAF
Black with #9F8DAF
Text Example
Text Example
White with #9F8DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8DAF; }
p { color: rgb(159,141,175); }
H1.HeaderClassName
{
color: #9F8DAF;
}
.AnyTagClassName
{
color: #9F8DAF;
}
</style>
background-color css
<style>
a { background-color: #9F8DAF; }
a { background-color: rgb(159,141,175); }
div.DivClassName
{
background-color: #9F8DAF;
}
.BgClassName
{
background-color: #9F8DAF;
}
</style>
border-color css
<style>
span { border-color: #9F8DAF; }
span { border-color: rgb(159,141,175); }
td.TdClassName
{
border-color: #9F8DAF;
}
.TagClassName
{
border-color: #9F8DAF;
}
</style>