Shades of Deep Lilac #865AB9
Tints of Deep Lilac #865AB9
RGB
CMYK
RGB Variations
Color information
#865AB9 (or 0x865AB9) is known color: Deep Lilac. HEX triplet: 86, 5A and B9. RGB value is (134,90,185). Sum of RGB (Red+Green+Blue) = 134+90+185=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 185 (72.66% from 255 or 45.23% from 409); Max value from RGB is 185 - color contains mainly: blue. Hex color #865AB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865AB9 is #79A546. Grayscale: #717171. Windows color (decimal): -7972167 or 12147334. OLE color: 12147334.
HSL color Cylindrical-coordinate representation of color #865AB9: hue angle of 267.79º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #865AB9 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 90 | 185 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.27 |
| HSL | 267.79º | 0.4% | 0.54% | - |
| HSV(B) | 267.79º | 0.51% | 0.73% | - |
| XYZ | 22.24 | 15.88 | 47.79 | - |
| YUV | 113.99 | 168.08 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 90 | 185 | 0.28 | 0.51 | 0 | 0.27 | 267.79 | 0.4 | 0.54 |
| Hex | 86 | 5A | B9 | 1C | 33 | 0 | 1B | 10C | 28 | 36 |
| Octal | 206 | 132 | 271 | 34 | 63 | 0 | 33 | 414 | 50 | 66 |
| Binary | 10000110 | 1011010 | 10111001 | 11100 | 110011 | 0 | 11011 | 100001100 | 101000 | 110110 |
Color Harmonies of #865AB9
Complementary color
Monochromatic Colors of #865AB9
Black with #865AB9
Text Example
Text Example
White with #865AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865AB9; }
p { color: rgb(134,90,185); }
H1.HeaderClassName
{
color: #865AB9;
}
.AnyTagClassName
{
color: #865AB9;
}
</style>
background-color css
<style>
a { background-color: #865AB9; }
a { background-color: rgb(134,90,185); }
div.DivClassName
{
background-color: #865AB9;
}
.BgClassName
{
background-color: #865AB9;
}
</style>
border-color css
<style>
span { border-color: #865AB9; }
span { border-color: rgb(134,90,185); }
td.TdClassName
{
border-color: #865AB9;
}
.TagClassName
{
border-color: #865AB9;
}
</style>