Shades of Deep Lilac #865DB6
Tints of Deep Lilac #865DB6
RGB
CMYK
RGB Variations
Color information
#865DB6 (or 0x865DB6) is known color: Deep Lilac. HEX triplet: 86, 5D and B6. RGB value is (134,93,182). Sum of RGB (Red+Green+Blue) = 134+93+182=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 182 (71.48% from 255 or 44.50% from 409); Max value from RGB is 182 - color contains mainly: blue. Hex color #865DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865DB6 is #79A249. Grayscale: #737373. Windows color (decimal): -7971402 or 11951494. OLE color: 11951494.
HSL color Cylindrical-coordinate representation of color #865DB6: hue angle of 267.64º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #865DB6 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 93 | 182 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.29 |
| HSL | 267.64º | 0.38% | 0.54% | - |
| HSV(B) | 267.64º | 0.49% | 0.71% | - |
| XYZ | 22.19 | 16.27 | 46.23 | - |
| YUV | 115.41 | 165.58 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 93 | 182 | 0.26 | 0.49 | 0 | 0.29 | 267.64 | 0.38 | 0.54 |
| Hex | 86 | 5D | B6 | 1A | 31 | 0 | 1D | 10C | 26 | 36 |
| Octal | 206 | 135 | 266 | 32 | 61 | 0 | 35 | 414 | 46 | 66 |
| Binary | 10000110 | 1011101 | 10110110 | 11010 | 110001 | 0 | 11101 | 100001100 | 100110 | 110110 |
Color Harmonies of #865DB6
Complementary color
Monochromatic Colors of #865DB6
Black with #865DB6
Text Example
Text Example
White with #865DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865DB6; }
p { color: rgb(134,93,182); }
H1.HeaderClassName
{
color: #865DB6;
}
.AnyTagClassName
{
color: #865DB6;
}
</style>
background-color css
<style>
a { background-color: #865DB6; }
a { background-color: rgb(134,93,182); }
div.DivClassName
{
background-color: #865DB6;
}
.BgClassName
{
background-color: #865DB6;
}
</style>
border-color css
<style>
span { border-color: #865DB6; }
span { border-color: rgb(134,93,182); }
td.TdClassName
{
border-color: #865DB6;
}
.TagClassName
{
border-color: #865DB6;
}
</style>