Shades of East Side #9F84AF
Tints of East Side #9F84AF
RGB
CMYK
RGB Variations
Color information
#9F84AF (or 0x9F84AF) is known color: East Side. HEX triplet: 9F, 84 and AF. RGB value is (159,132,175). Sum of RGB (Red+Green+Blue) = 159+132+175=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F84AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F84AF is #607B50. Grayscale: #909090. Windows color (decimal): -6323025 or 11502751. OLE color: 11502751.
HSL color Cylindrical-coordinate representation of color #9F84AF: hue angle of 277.67º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9F84AF is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 132 | 175 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.31 |
| HSL | 277.67º | 0.21% | 0.6% | - |
| HSV(B) | 277.67º | 0.25% | 0.69% | - |
| XYZ | 30.29 | 26.97 | 44.17 | - |
| YUV | 144.98 | 144.95 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 132 | 175 | 0.09 | 0.25 | 0 | 0.31 | 277.67 | 0.21 | 0.6 |
| Hex | 9F | 84 | AF | 9 | 19 | 0 | 1F | 116 | 15 | 3C |
| Octal | 237 | 204 | 257 | 11 | 31 | 0 | 37 | 426 | 25 | 74 |
| Binary | 10011111 | 10000100 | 10101111 | 1001 | 11001 | 0 | 11111 | 100010110 | 10101 | 111100 |
Color Harmonies of #9F84AF
Complementary color
Monochromatic Colors of #9F84AF
Black with #9F84AF
Text Example
Text Example
White with #9F84AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F84AF; }
p { color: rgb(159,132,175); }
H1.HeaderClassName
{
color: #9F84AF;
}
.AnyTagClassName
{
color: #9F84AF;
}
</style>
background-color css
<style>
a { background-color: #9F84AF; }
a { background-color: rgb(159,132,175); }
div.DivClassName
{
background-color: #9F84AF;
}
.BgClassName
{
background-color: #9F84AF;
}
</style>
border-color css
<style>
span { border-color: #9F84AF; }
span { border-color: rgb(159,132,175); }
td.TdClassName
{
border-color: #9F84AF;
}
.TagClassName
{
border-color: #9F84AF;
}
</style>