Shades of Deep Lilac #865BB5
Tints of Deep Lilac #865BB5
RGB
CMYK
RGB Variations
Color information
#865BB5 (or 0x865BB5) is known color: Deep Lilac. HEX triplet: 86, 5B and B5. RGB value is (134,91,181). Sum of RGB (Red+Green+Blue) = 134+91+181=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 181 (71.09% from 255 or 44.58% from 406); Max value from RGB is 181 - color contains mainly: blue. Hex color #865BB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865BB5 is #79A44A. Grayscale: #717171. Windows color (decimal): -7971915 or 11885446. OLE color: 11885446.
HSL color Cylindrical-coordinate representation of color #865BB5: hue angle of 268.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #865BB5 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 91 | 181 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.29 |
| HSL | 268.67º | 0.38% | 0.53% | - |
| HSV(B) | 268.67º | 0.5% | 0.71% | - |
| XYZ | 21.91 | 15.89 | 45.63 | - |
| YUV | 114.12 | 165.75 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 91 | 181 | 0.26 | 0.50 | 0 | 0.29 | 268.67 | 0.38 | 0.53 |
| Hex | 86 | 5B | B5 | 1A | 32 | 0 | 1D | 10D | 26 | 35 |
| Octal | 206 | 133 | 265 | 32 | 62 | 0 | 35 | 415 | 46 | 65 |
| Binary | 10000110 | 1011011 | 10110101 | 11010 | 110010 | 0 | 11101 | 100001101 | 100110 | 110101 |
Color Harmonies of #865BB5
Complementary color
Monochromatic Colors of #865BB5
Black with #865BB5
Text Example
Text Example
White with #865BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865BB5; }
p { color: rgb(134,91,181); }
H1.HeaderClassName
{
color: #865BB5;
}
.AnyTagClassName
{
color: #865BB5;
}
</style>
background-color css
<style>
a { background-color: #865BB5; }
a { background-color: rgb(134,91,181); }
div.DivClassName
{
background-color: #865BB5;
}
.BgClassName
{
background-color: #865BB5;
}
</style>
border-color css
<style>
span { border-color: #865BB5; }
span { border-color: rgb(134,91,181); }
td.TdClassName
{
border-color: #865BB5;
}
.TagClassName
{
border-color: #865BB5;
}
</style>