Shades of Deep Lilac #8359BA
Tints of Deep Lilac #8359BA
RGB
CMYK
RGB Variations
Color information
#8359BA (or 0x8359BA) is known color: Deep Lilac. HEX triplet: 83, 59 and BA. RGB value is (131,89,186). Sum of RGB (Red+Green+Blue) = 131+89+186=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #8359BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8359BA is #7CA645. Grayscale: #707070. Windows color (decimal): -8169030 or 12212611. OLE color: 12212611.
HSL color Cylindrical-coordinate representation of color #8359BA: hue angle of 265.98º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8359BA is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 89 | 186 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.27 |
| HSL | 265.98º | 0.41% | 0.54% | - |
| HSV(B) | 265.98º | 0.52% | 0.73% | - |
| XYZ | 21.8 | 15.52 | 48.3 | - |
| YUV | 112.62 | 169.41 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 89 | 186 | 0.30 | 0.52 | 0 | 0.27 | 265.98 | 0.41 | 0.54 |
| Hex | 83 | 59 | BA | 1E | 34 | 0 | 1B | 10A | 29 | 36 |
| Octal | 203 | 131 | 272 | 36 | 64 | 0 | 33 | 412 | 51 | 66 |
| Binary | 10000011 | 1011001 | 10111010 | 11110 | 110100 | 0 | 11011 | 100001010 | 101001 | 110110 |
Color Harmonies of #8359BA
Complementary color
Monochromatic Colors of #8359BA
Black with #8359BA
Text Example
Text Example
White with #8359BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8359BA; }
p { color: rgb(131,89,186); }
H1.HeaderClassName
{
color: #8359BA;
}
.AnyTagClassName
{
color: #8359BA;
}
</style>
background-color css
<style>
a { background-color: #8359BA; }
a { background-color: rgb(131,89,186); }
div.DivClassName
{
background-color: #8359BA;
}
.BgClassName
{
background-color: #8359BA;
}
</style>
border-color css
<style>
span { border-color: #8359BA; }
span { border-color: rgb(131,89,186); }
td.TdClassName
{
border-color: #8359BA;
}
.TagClassName
{
border-color: #8359BA;
}
</style>