Shades of Deep Lilac #854EC2
Tints of Deep Lilac #854EC2
RGB
CMYK
RGB Variations
Color information
#854EC2 (or 0x854EC2) is known color: Deep Lilac. HEX triplet: 85, 4E and C2. RGB value is (133,78,194). Sum of RGB (Red+Green+Blue) = 133+78+194=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 78 (30.86% from 255 or 19.26% from 405); Blue value is 194 (76.17% from 255 or 47.90% from 405); Max value from RGB is 194 - color contains mainly: blue. Hex color #854EC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854EC2 is #7AB13D. Grayscale: #6B6B6B. Windows color (decimal): -8040766 or 12734085. OLE color: 12734085.
HSL color Cylindrical-coordinate representation of color #854EC2: hue angle of 268.45º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #854EC2 is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 78 | 194 | - |
| CMYK | 0.31 | 0.60 | 0 | 0.24 |
| HSL | 268.45º | 0.49% | 0.53% | - |
| HSV(B) | 268.45º | 0.6% | 0.76% | - |
| XYZ | 22.13 | 14.33 | 52.64 | - |
| YUV | 107.67 | 176.72 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 78 | 194 | 0.31 | 0.60 | 0 | 0.24 | 268.45 | 0.49 | 0.53 |
| Hex | 85 | 4E | C2 | 1F | 3C | 0 | 18 | 10C | 31 | 35 |
| Octal | 205 | 116 | 302 | 37 | 74 | 0 | 30 | 414 | 61 | 65 |
| Binary | 10000101 | 1001110 | 11000010 | 11111 | 111100 | 0 | 11000 | 100001100 | 110001 | 110101 |
Color Harmonies of #854EC2
Complementary color
Monochromatic Colors of #854EC2
Black with #854EC2
Text Example
Text Example
White with #854EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854EC2; }
p { color: rgb(133,78,194); }
H1.HeaderClassName
{
color: #854EC2;
}
.AnyTagClassName
{
color: #854EC2;
}
</style>
background-color css
<style>
a { background-color: #854EC2; }
a { background-color: rgb(133,78,194); }
div.DivClassName
{
background-color: #854EC2;
}
.BgClassName
{
background-color: #854EC2;
}
</style>
border-color css
<style>
span { border-color: #854EC2; }
span { border-color: rgb(133,78,194); }
td.TdClassName
{
border-color: #854EC2;
}
.TagClassName
{
border-color: #854EC2;
}
</style>