Shades of East Side #9F84B3
Tints of East Side #9F84B3
RGB
CMYK
RGB Variations
Color information
#9F84B3 (or 0x9F84B3) is known color: East Side. HEX triplet: 9F, 84 and B3. RGB value is (159,132,179). Sum of RGB (Red+Green+Blue) = 159+132+179=470 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.83% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 179 (70.31% from 255 or 38.09% from 470); Max value from RGB is 179 - color contains mainly: blue. Hex color #9F84B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F84B3 is #607B4C. Grayscale: #919191. Windows color (decimal): -6323021 or 11764895. OLE color: 11764895.
HSL color Cylindrical-coordinate representation of color #9F84B3: hue angle of 274.47º degrees, saturation: 0.24, 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 #9F84B3 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 132 | 179 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.30 |
| HSL | 274.47º | 0.24% | 0.61% | - |
| HSV(B) | 274.47º | 0.26% | 0.7% | - |
| XYZ | 30.69 | 27.13 | 46.27 | - |
| YUV | 145.43 | 146.95 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 132 | 179 | 0.11 | 0.26 | 0 | 0.30 | 274.47 | 0.24 | 0.61 |
| Hex | 9F | 84 | B3 | B | 1A | 0 | 1E | 112 | 18 | 3D |
| Octal | 237 | 204 | 263 | 13 | 32 | 0 | 36 | 422 | 30 | 75 |
| Binary | 10011111 | 10000100 | 10110011 | 1011 | 11010 | 0 | 11110 | 100010010 | 11000 | 111101 |
Color Harmonies of #9F84B3
Complementary color
Monochromatic Colors of #9F84B3
Black with #9F84B3
Text Example
Text Example
White with #9F84B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F84B3; }
p { color: rgb(159,132,179); }
H1.HeaderClassName
{
color: #9F84B3;
}
.AnyTagClassName
{
color: #9F84B3;
}
</style>
background-color css
<style>
a { background-color: #9F84B3; }
a { background-color: rgb(159,132,179); }
div.DivClassName
{
background-color: #9F84B3;
}
.BgClassName
{
background-color: #9F84B3;
}
</style>
border-color css
<style>
span { border-color: #9F84B3; }
span { border-color: rgb(159,132,179); }
td.TdClassName
{
border-color: #9F84B3;
}
.TagClassName
{
border-color: #9F84B3;
}
</style>