Shades of East Side #9F86B3
Tints of East Side #9F86B3
RGB
CMYK
RGB Variations
Color information
#9F86B3 (or 0x9F86B3) is known color: East Side. HEX triplet: 9F, 86 and B3. RGB value is (159,134,179). Sum of RGB (Red+Green+Blue) = 159+134+179=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 179 (70.31% from 255 or 37.92% from 472); Max value from RGB is 179 - color contains mainly: blue. Hex color #9F86B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F86B3 is #60794C. Grayscale: #929292. Windows color (decimal): -6322509 or 11765407. OLE color: 11765407.
HSL color Cylindrical-coordinate representation of color #9F86B3: hue angle of 273.33º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9F86B3 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 134 | 179 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.30 |
| HSL | 273.33º | 0.23% | 0.61% | - |
| HSV(B) | 273.33º | 0.25% | 0.7% | - |
| XYZ | 30.96 | 27.68 | 46.36 | - |
| YUV | 146.61 | 146.28 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 134 | 179 | 0.11 | 0.25 | 0 | 0.30 | 273.33 | 0.23 | 0.61 |
| Hex | 9F | 86 | B3 | B | 19 | 0 | 1E | 111 | 17 | 3D |
| Octal | 237 | 206 | 263 | 13 | 31 | 0 | 36 | 421 | 27 | 75 |
| Binary | 10011111 | 10000110 | 10110011 | 1011 | 11001 | 0 | 11110 | 100010001 | 10111 | 111101 |
Color Harmonies of #9F86B3
Complementary color
Monochromatic Colors of #9F86B3
Black with #9F86B3
Text Example
Text Example
White with #9F86B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F86B3; }
p { color: rgb(159,134,179); }
H1.HeaderClassName
{
color: #9F86B3;
}
.AnyTagClassName
{
color: #9F86B3;
}
</style>
background-color css
<style>
a { background-color: #9F86B3; }
a { background-color: rgb(159,134,179); }
div.DivClassName
{
background-color: #9F86B3;
}
.BgClassName
{
background-color: #9F86B3;
}
</style>
border-color css
<style>
span { border-color: #9F86B3; }
span { border-color: rgb(159,134,179); }
td.TdClassName
{
border-color: #9F86B3;
}
.TagClassName
{
border-color: #9F86B3;
}
</style>