Shades of Deep Lilac #8652BA
Tints of Deep Lilac #8652BA
RGB
CMYK
RGB Variations
Color information
#8652BA (or 0x8652BA) is known color: Deep Lilac. HEX triplet: 86, 52 and BA. RGB value is (134,82,186). Sum of RGB (Red+Green+Blue) = 134+82+186=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #8652BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8652BA is #79AD45. Grayscale: #6D6D6D. Windows color (decimal): -7974214 or 12210822. OLE color: 12210822.
HSL color Cylindrical-coordinate representation of color #8652BA: hue angle of 270º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8652BA is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 82 | 186 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.27 |
| HSL | 270º | 0.43% | 0.53% | - |
| HSV(B) | 270º | 0.56% | 0.73% | - |
| XYZ | 21.71 | 14.65 | 48.14 | - |
| YUV | 109.4 | 171.23 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 82 | 186 | 0.28 | 0.56 | 0 | 0.27 | 270 | 0.43 | 0.53 |
| Hex | 86 | 52 | BA | 1C | 38 | 0 | 1B | 10E | 2B | 35 |
| Octal | 206 | 122 | 272 | 34 | 70 | 0 | 33 | 416 | 53 | 65 |
| Binary | 10000110 | 1010010 | 10111010 | 11100 | 111000 | 0 | 11011 | 100001110 | 101011 | 110101 |
Color Harmonies of #8652BA
Complementary color
Monochromatic Colors of #8652BA
Black with #8652BA
Text Example
Text Example
White with #8652BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8652BA; }
p { color: rgb(134,82,186); }
H1.HeaderClassName
{
color: #8652BA;
}
.AnyTagClassName
{
color: #8652BA;
}
</style>
background-color css
<style>
a { background-color: #8652BA; }
a { background-color: rgb(134,82,186); }
div.DivClassName
{
background-color: #8652BA;
}
.BgClassName
{
background-color: #8652BA;
}
</style>
border-color css
<style>
span { border-color: #8652BA; }
span { border-color: rgb(134,82,186); }
td.TdClassName
{
border-color: #8652BA;
}
.TagClassName
{
border-color: #8652BA;
}
</style>