Shades of East Side #9F8AAF
Tints of East Side #9F8AAF
RGB
CMYK
RGB Variations
Color information
#9F8AAF (or 0x9F8AAF) is known color: East Side. HEX triplet: 9F, 8A and AF. RGB value is (159,138,175). Sum of RGB (Red+Green+Blue) = 159+138+175=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F8AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8AAF is #607550. Grayscale: #949494. Windows color (decimal): -6321489 or 11504287. OLE color: 11504287.
HSL color Cylindrical-coordinate representation of color #9F8AAF: hue angle of 274.05º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9F8AAF is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 138 | 175 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.31 |
| HSL | 274.05º | 0.19% | 0.61% | - |
| HSV(B) | 274.05º | 0.21% | 0.69% | - |
| XYZ | 31.12 | 28.64 | 44.45 | - |
| YUV | 148.5 | 142.96 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 138 | 175 | 0.09 | 0.21 | 0 | 0.31 | 274.05 | 0.19 | 0.61 |
| Hex | 9F | 8A | AF | 9 | 15 | 0 | 1F | 112 | 13 | 3D |
| Octal | 237 | 212 | 257 | 11 | 25 | 0 | 37 | 422 | 23 | 75 |
| Binary | 10011111 | 10001010 | 10101111 | 1001 | 10101 | 0 | 11111 | 100010010 | 10011 | 111101 |
Color Harmonies of #9F8AAF
Complementary color
Monochromatic Colors of #9F8AAF
Black with #9F8AAF
Text Example
Text Example
White with #9F8AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8AAF; }
p { color: rgb(159,138,175); }
H1.HeaderClassName
{
color: #9F8AAF;
}
.AnyTagClassName
{
color: #9F8AAF;
}
</style>
background-color css
<style>
a { background-color: #9F8AAF; }
a { background-color: rgb(159,138,175); }
div.DivClassName
{
background-color: #9F8AAF;
}
.BgClassName
{
background-color: #9F8AAF;
}
</style>
border-color css
<style>
span { border-color: #9F8AAF; }
span { border-color: rgb(159,138,175); }
td.TdClassName
{
border-color: #9F8AAF;
}
.TagClassName
{
border-color: #9F8AAF;
}
</style>