Shades of Deep Lilac #865BB6
Tints of Deep Lilac #865BB6
RGB
CMYK
RGB Variations
Color information
#865BB6 (or 0x865BB6) is known color: Deep Lilac. HEX triplet: 86, 5B and B6. RGB value is (134,91,182). Sum of RGB (Red+Green+Blue) = 134+91+182=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 91 (35.94% from 255 or 22.36% from 407); Blue value is 182 (71.48% from 255 or 44.72% from 407); Max value from RGB is 182 - color contains mainly: blue. Hex color #865BB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865BB6 is #79A449. Grayscale: #717171. Windows color (decimal): -7971914 or 11950982. OLE color: 11950982.
HSL color Cylindrical-coordinate representation of color #865BB6: hue angle of 268.35º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #865BB6 is Cyan = 0.26, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 91 | 182 | - |
| CMYK | 0.26 | 0.5 | 0 | 0.29 |
| HSL | 268.35º | 0.38% | 0.54% | - |
| HSV(B) | 268.35º | 0.5% | 0.71% | - |
| XYZ | 22.02 | 15.93 | 46.17 | - |
| YUV | 114.23 | 166.25 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 91 | 182 | 0.26 | 0.5 | 0 | 0.29 | 268.35 | 0.38 | 0.54 |
| Hex | 86 | 5B | B6 | 1A | 32 | 0 | 1D | 10C | 26 | 36 |
| Octal | 206 | 133 | 266 | 32 | 62 | 0 | 35 | 414 | 46 | 66 |
| Binary | 10000110 | 1011011 | 10110110 | 11010 | 110010 | 0 | 11101 | 100001100 | 100110 | 110110 |
Color Harmonies of #865BB6
Complementary color
Monochromatic Colors of #865BB6
Black with #865BB6
Text Example
Text Example
White with #865BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865BB6; }
p { color: rgb(134,91,182); }
H1.HeaderClassName
{
color: #865BB6;
}
.AnyTagClassName
{
color: #865BB6;
}
</style>
background-color css
<style>
a { background-color: #865BB6; }
a { background-color: rgb(134,91,182); }
div.DivClassName
{
background-color: #865BB6;
}
.BgClassName
{
background-color: #865BB6;
}
</style>
border-color css
<style>
span { border-color: #865BB6; }
span { border-color: rgb(134,91,182); }
td.TdClassName
{
border-color: #865BB6;
}
.TagClassName
{
border-color: #865BB6;
}
</style>