Shades of Deep Lilac #863DB4
Tints of Deep Lilac #863DB4
RGB
CMYK
RGB Variations
Color information
#863DB4 (or 0x863DB4) is known color: Deep Lilac. HEX triplet: 86, 3D and B4. RGB value is (134,61,180). Sum of RGB (Red+Green+Blue) = 134+61+180=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 61 (24.22% from 255 or 16.27% from 375); Blue value is 180 (70.70% from 255 or 48% from 375); Max value from RGB is 180 - color contains mainly: blue. Hex color #863DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863DB4 is #79C24B. Grayscale: #5F5F5F. Windows color (decimal): -7979596 or 11812230. OLE color: 11812230.
HSL color Cylindrical-coordinate representation of color #863DB4: hue angle of 276.81º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #863DB4 is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 61 | 180 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.29 |
| HSL | 276.81º | 0.49% | 0.47% | - |
| HSV(B) | 276.81º | 0.66% | 0.71% | - |
| XYZ | 19.74 | 11.7 | 44.4 | - |
| YUV | 96.39 | 175.18 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 61 | 180 | 0.26 | 0.66 | 0 | 0.29 | 276.81 | 0.49 | 0.47 |
| Hex | 86 | 3D | B4 | 1A | 42 | 0 | 1D | 115 | 31 | 2F |
| Octal | 206 | 75 | 264 | 32 | 102 | 0 | 35 | 425 | 61 | 57 |
| Binary | 10000110 | 111101 | 10110100 | 11010 | 1000010 | 0 | 11101 | 100010101 | 110001 | 101111 |
Color Harmonies of #863DB4
Complementary color
Monochromatic Colors of #863DB4
Black with #863DB4
Text Example
Text Example
White with #863DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863DB4; }
p { color: rgb(134,61,180); }
H1.HeaderClassName
{
color: #863DB4;
}
.AnyTagClassName
{
color: #863DB4;
}
</style>
background-color css
<style>
a { background-color: #863DB4; }
a { background-color: rgb(134,61,180); }
div.DivClassName
{
background-color: #863DB4;
}
.BgClassName
{
background-color: #863DB4;
}
</style>
border-color css
<style>
span { border-color: #863DB4; }
span { border-color: rgb(134,61,180); }
td.TdClassName
{
border-color: #863DB4;
}
.TagClassName
{
border-color: #863DB4;
}
</style>