Shades of Deep Lilac #863DB6
Tints of Deep Lilac #863DB6
RGB
CMYK
RGB Variations
Color information
#863DB6 (or 0x863DB6) is known color: Deep Lilac. HEX triplet: 86, 3D and B6. RGB value is (134,61,182). Sum of RGB (Red+Green+Blue) = 134+61+182=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 182 (71.48% from 255 or 48.28% from 377); Max value from RGB is 182 - color contains mainly: blue. Hex color #863DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863DB6 is #79C249. Grayscale: #606060. Windows color (decimal): -7979594 or 11943302. OLE color: 11943302.
HSL color Cylindrical-coordinate representation of color #863DB6: hue angle of 276.2º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #863DB6 is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 61 | 182 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.29 |
| HSL | 276.2º | 0.5% | 0.48% | - |
| HSV(B) | 276.2º | 0.66% | 0.71% | - |
| XYZ | 19.94 | 11.78 | 45.48 | - |
| YUV | 96.62 | 176.18 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 61 | 182 | 0.26 | 0.66 | 0 | 0.29 | 276.2 | 0.5 | 0.48 |
| Hex | 86 | 3D | B6 | 1A | 42 | 0 | 1D | 114 | 32 | 30 |
| Octal | 206 | 75 | 266 | 32 | 102 | 0 | 35 | 424 | 62 | 60 |
| Binary | 10000110 | 111101 | 10110110 | 11010 | 1000010 | 0 | 11101 | 100010100 | 110010 | 110000 |
Color Harmonies of #863DB6
Complementary color
Monochromatic Colors of #863DB6
Black with #863DB6
Text Example
Text Example
White with #863DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863DB6; }
p { color: rgb(134,61,182); }
H1.HeaderClassName
{
color: #863DB6;
}
.AnyTagClassName
{
color: #863DB6;
}
</style>
background-color css
<style>
a { background-color: #863DB6; }
a { background-color: rgb(134,61,182); }
div.DivClassName
{
background-color: #863DB6;
}
.BgClassName
{
background-color: #863DB6;
}
</style>
border-color css
<style>
span { border-color: #863DB6; }
span { border-color: rgb(134,61,182); }
td.TdClassName
{
border-color: #863DB6;
}
.TagClassName
{
border-color: #863DB6;
}
</style>