Shades of Deep Lilac #865DB5
Tints of Deep Lilac #865DB5
RGB
CMYK
RGB Variations
Color information
#865DB5 (or 0x865DB5) is known color: Deep Lilac. HEX triplet: 86, 5D and B5. RGB value is (134,93,181). Sum of RGB (Red+Green+Blue) = 134+93+181=408 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.84% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 181 (71.09% from 255 or 44.36% from 408); Max value from RGB is 181 - color contains mainly: blue. Hex color #865DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865DB5 is #79A24A. Grayscale: #727272. Windows color (decimal): -7971403 or 11885958. OLE color: 11885958.
HSL color Cylindrical-coordinate representation of color #865DB5: hue angle of 267.95º degrees, saturation: 0.37, 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 #865DB5 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 93 | 181 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.29 |
| HSL | 267.95º | 0.37% | 0.54% | - |
| HSV(B) | 267.95º | 0.49% | 0.71% | - |
| XYZ | 22.09 | 16.23 | 45.69 | - |
| YUV | 115.29 | 165.08 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 93 | 181 | 0.26 | 0.49 | 0 | 0.29 | 267.95 | 0.37 | 0.54 |
| Hex | 86 | 5D | B5 | 1A | 31 | 0 | 1D | 10C | 25 | 36 |
| Octal | 206 | 135 | 265 | 32 | 61 | 0 | 35 | 414 | 45 | 66 |
| Binary | 10000110 | 1011101 | 10110101 | 11010 | 110001 | 0 | 11101 | 100001100 | 100101 | 110110 |
Color Harmonies of #865DB5
Complementary color
Monochromatic Colors of #865DB5
Black with #865DB5
Text Example
Text Example
White with #865DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865DB5; }
p { color: rgb(134,93,181); }
H1.HeaderClassName
{
color: #865DB5;
}
.AnyTagClassName
{
color: #865DB5;
}
</style>
background-color css
<style>
a { background-color: #865DB5; }
a { background-color: rgb(134,93,181); }
div.DivClassName
{
background-color: #865DB5;
}
.BgClassName
{
background-color: #865DB5;
}
</style>
border-color css
<style>
span { border-color: #865DB5; }
span { border-color: rgb(134,93,181); }
td.TdClassName
{
border-color: #865DB5;
}
.TagClassName
{
border-color: #865DB5;
}
</style>