Shades of Deep Lilac #864CB3
Tints of Deep Lilac #864CB3
RGB
CMYK
RGB Variations
Color information
#864CB3 (or 0x864CB3) is known color: Deep Lilac. HEX triplet: 86, 4C and B3. RGB value is (134,76,179). Sum of RGB (Red+Green+Blue) = 134+76+179=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 76 (30.08% from 255 or 19.54% from 389); Blue value is 179 (70.31% from 255 or 46.02% from 389); Max value from RGB is 179 - color contains mainly: blue. Hex color #864CB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #864CB3 is #79B34C. Grayscale: #686868. Windows color (decimal): -7975757 or 11750534. OLE color: 11750534.
HSL color Cylindrical-coordinate representation of color #864CB3: hue angle of 273.79º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #864CB3 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 76 | 179 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.30 |
| HSL | 273.79º | 0.4% | 0.5% | - |
| HSV(B) | 273.79º | 0.58% | 0.7% | - |
| XYZ | 20.55 | 13.49 | 44.17 | - |
| YUV | 105.08 | 169.72 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 76 | 179 | 0.25 | 0.58 | 0 | 0.30 | 273.79 | 0.4 | 0.5 |
| Hex | 86 | 4C | B3 | 19 | 3A | 0 | 1E | 112 | 28 | 32 |
| Octal | 206 | 114 | 263 | 31 | 72 | 0 | 36 | 422 | 50 | 62 |
| Binary | 10000110 | 1001100 | 10110011 | 11001 | 111010 | 0 | 11110 | 100010010 | 101000 | 110010 |
Color Harmonies of #864CB3
Complementary color
Monochromatic Colors of #864CB3
Black with #864CB3
Text Example
Text Example
White with #864CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864CB3; }
p { color: rgb(134,76,179); }
H1.HeaderClassName
{
color: #864CB3;
}
.AnyTagClassName
{
color: #864CB3;
}
</style>
background-color css
<style>
a { background-color: #864CB3; }
a { background-color: rgb(134,76,179); }
div.DivClassName
{
background-color: #864CB3;
}
.BgClassName
{
background-color: #864CB3;
}
</style>
border-color css
<style>
span { border-color: #864CB3; }
span { border-color: rgb(134,76,179); }
td.TdClassName
{
border-color: #864CB3;
}
.TagClassName
{
border-color: #864CB3;
}
</style>