Shades of East Side #9F85B3
Tints of East Side #9F85B3
RGB
CMYK
RGB Variations
Color information
#9F85B3 (or 0x9F85B3) is known color: East Side. HEX triplet: 9F, 85 and B3. RGB value is (159,133,179). Sum of RGB (Red+Green+Blue) = 159+133+179=471 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.76% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 179 - color contains mainly: blue. Hex color #9F85B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F85B3 is #607A4C. Grayscale: #919191. Windows color (decimal): -6322765 or 11765151. OLE color: 11765151.
HSL color Cylindrical-coordinate representation of color #9F85B3: hue angle of 273.91º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9F85B3 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 133 | 179 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.30 |
| HSL | 273.91º | 0.23% | 0.61% | - |
| HSV(B) | 273.91º | 0.26% | 0.7% | - |
| XYZ | 30.82 | 27.4 | 46.31 | - |
| YUV | 146.02 | 146.61 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 133 | 179 | 0.11 | 0.26 | 0 | 0.30 | 273.91 | 0.23 | 0.61 |
| Hex | 9F | 85 | B3 | B | 1A | 0 | 1E | 112 | 17 | 3D |
| Octal | 237 | 205 | 263 | 13 | 32 | 0 | 36 | 422 | 27 | 75 |
| Binary | 10011111 | 10000101 | 10110011 | 1011 | 11010 | 0 | 11110 | 100010010 | 10111 | 111101 |
Color Harmonies of #9F85B3
Complementary color
Monochromatic Colors of #9F85B3
Black with #9F85B3
Text Example
Text Example
White with #9F85B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F85B3; }
p { color: rgb(159,133,179); }
H1.HeaderClassName
{
color: #9F85B3;
}
.AnyTagClassName
{
color: #9F85B3;
}
</style>
background-color css
<style>
a { background-color: #9F85B3; }
a { background-color: rgb(159,133,179); }
div.DivClassName
{
background-color: #9F85B3;
}
.BgClassName
{
background-color: #9F85B3;
}
</style>
border-color css
<style>
span { border-color: #9F85B3; }
span { border-color: rgb(159,133,179); }
td.TdClassName
{
border-color: #9F85B3;
}
.TagClassName
{
border-color: #9F85B3;
}
</style>