Shades of Deep Lilac #865CB1
Tints of Deep Lilac #865CB1
RGB
CMYK
RGB Variations
Color information
#865CB1 (or 0x865CB1) is known color: Deep Lilac. HEX triplet: 86, 5C and B1. RGB value is (134,92,177). Sum of RGB (Red+Green+Blue) = 134+92+177=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 177 (69.53% from 255 or 43.92% from 403); Max value from RGB is 177 - color contains mainly: blue. Hex color #865CB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865CB1 is #79A34E. Grayscale: #717171. Windows color (decimal): -7971663 or 11623558. OLE color: 11623558.
HSL color Cylindrical-coordinate representation of color #865CB1: hue angle of 269.65º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #865CB1 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 92 | 177 | - |
| CMYK | 0.24 | 0.48 | 0 | 0.31 |
| HSL | 269.65º | 0.35% | 0.53% | - |
| HSV(B) | 269.65º | 0.48% | 0.69% | - |
| XYZ | 21.59 | 15.9 | 43.53 | - |
| YUV | 114.25 | 163.41 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 92 | 177 | 0.24 | 0.48 | 0 | 0.31 | 269.65 | 0.35 | 0.53 |
| Hex | 86 | 5C | B1 | 18 | 30 | 0 | 1F | 10E | 23 | 35 |
| Octal | 206 | 134 | 261 | 30 | 60 | 0 | 37 | 416 | 43 | 65 |
| Binary | 10000110 | 1011100 | 10110001 | 11000 | 110000 | 0 | 11111 | 100001110 | 100011 | 110101 |
Color Harmonies of #865CB1
Complementary color
Monochromatic Colors of #865CB1
Black with #865CB1
Text Example
Text Example
White with #865CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865CB1; }
p { color: rgb(134,92,177); }
H1.HeaderClassName
{
color: #865CB1;
}
.AnyTagClassName
{
color: #865CB1;
}
</style>
background-color css
<style>
a { background-color: #865CB1; }
a { background-color: rgb(134,92,177); }
div.DivClassName
{
background-color: #865CB1;
}
.BgClassName
{
background-color: #865CB1;
}
</style>
border-color css
<style>
span { border-color: #865CB1; }
span { border-color: rgb(134,92,177); }
td.TdClassName
{
border-color: #865CB1;
}
.TagClassName
{
border-color: #865CB1;
}
</style>