Shades of Deep Lilac #865AB7
Tints of Deep Lilac #865AB7
RGB
CMYK
RGB Variations
Color information
#865AB7 (or 0x865AB7) is known color: Deep Lilac. HEX triplet: 86, 5A and B7. RGB value is (134,90,183). Sum of RGB (Red+Green+Blue) = 134+90+183=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 183 (71.88% from 255 or 44.96% from 407); Max value from RGB is 183 - color contains mainly: blue. Hex color #865AB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865AB7 is #79A548. Grayscale: #717171. Windows color (decimal): -7972169 or 12016262. OLE color: 12016262.
HSL color Cylindrical-coordinate representation of color #865AB7: hue angle of 268.39º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #865AB7 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 90 | 183 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.28 |
| HSL | 268.39º | 0.39% | 0.54% | - |
| HSV(B) | 268.39º | 0.51% | 0.72% | - |
| XYZ | 22.03 | 15.8 | 46.69 | - |
| YUV | 113.76 | 167.08 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 90 | 183 | 0.27 | 0.51 | 0 | 0.28 | 268.39 | 0.39 | 0.54 |
| Hex | 86 | 5A | B7 | 1B | 33 | 0 | 1C | 10C | 27 | 36 |
| Octal | 206 | 132 | 267 | 33 | 63 | 0 | 34 | 414 | 47 | 66 |
| Binary | 10000110 | 1011010 | 10110111 | 11011 | 110011 | 0 | 11100 | 100001100 | 100111 | 110110 |
Color Harmonies of #865AB7
Complementary color
Monochromatic Colors of #865AB7
Black with #865AB7
Text Example
Text Example
White with #865AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865AB7; }
p { color: rgb(134,90,183); }
H1.HeaderClassName
{
color: #865AB7;
}
.AnyTagClassName
{
color: #865AB7;
}
</style>
background-color css
<style>
a { background-color: #865AB7; }
a { background-color: rgb(134,90,183); }
div.DivClassName
{
background-color: #865AB7;
}
.BgClassName
{
background-color: #865AB7;
}
</style>
border-color css
<style>
span { border-color: #865AB7; }
span { border-color: rgb(134,90,183); }
td.TdClassName
{
border-color: #865AB7;
}
.TagClassName
{
border-color: #865AB7;
}
</style>