Shades of Deep Lilac #8653B0
Tints of Deep Lilac #8653B0
RGB
CMYK
RGB Variations
Color information
#8653B0 (or 0x8653B0) is known color: Deep Lilac. HEX triplet: 86, 53 and B0. RGB value is (134,83,176). Sum of RGB (Red+Green+Blue) = 134+83+176=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 176 (69.14% from 255 or 44.78% from 393); Max value from RGB is 176 - color contains mainly: blue. Hex color #8653B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8653B0 is #79AC4F. Grayscale: #6C6C6C. Windows color (decimal): -7973968 or 11555718. OLE color: 11555718.
HSL color Cylindrical-coordinate representation of color #8653B0: hue angle of 272.9º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8653B0 is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 83 | 176 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.31 |
| HSL | 272.9º | 0.37% | 0.51% | - |
| HSV(B) | 272.9º | 0.53% | 0.69% | - |
| XYZ | 20.76 | 14.39 | 42.76 | - |
| YUV | 108.85 | 165.9 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 83 | 176 | 0.24 | 0.53 | 0 | 0.31 | 272.9 | 0.37 | 0.51 |
| Hex | 86 | 53 | B0 | 18 | 35 | 0 | 1F | 111 | 25 | 33 |
| Octal | 206 | 123 | 260 | 30 | 65 | 0 | 37 | 421 | 45 | 63 |
| Binary | 10000110 | 1010011 | 10110000 | 11000 | 110101 | 0 | 11111 | 100010001 | 100101 | 110011 |
Color Harmonies of #8653B0
Complementary color
Monochromatic Colors of #8653B0
Black with #8653B0
Text Example
Text Example
White with #8653B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8653B0; }
p { color: rgb(134,83,176); }
H1.HeaderClassName
{
color: #8653B0;
}
.AnyTagClassName
{
color: #8653B0;
}
</style>
background-color css
<style>
a { background-color: #8653B0; }
a { background-color: rgb(134,83,176); }
div.DivClassName
{
background-color: #8653B0;
}
.BgClassName
{
background-color: #8653B0;
}
</style>
border-color css
<style>
span { border-color: #8653B0; }
span { border-color: rgb(134,83,176); }
td.TdClassName
{
border-color: #8653B0;
}
.TagClassName
{
border-color: #8653B0;
}
</style>