Shades of Deep Lilac #854EBA
Tints of Deep Lilac #854EBA
RGB
CMYK
RGB Variations
Color information
#854EBA (or 0x854EBA) is known color: Deep Lilac. HEX triplet: 85, 4E and BA. RGB value is (133,78,186). Sum of RGB (Red+Green+Blue) = 133+78+186=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #854EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854EBA is #7AB145. Grayscale: #6A6A6A. Windows color (decimal): -8040774 or 12209797. OLE color: 12209797.
HSL color Cylindrical-coordinate representation of color #854EBA: hue angle of 270.56º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #854EBA is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 78 | 186 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.27 |
| HSL | 270.56º | 0.44% | 0.52% | - |
| HSV(B) | 270.56º | 0.58% | 0.73% | - |
| XYZ | 21.26 | 13.98 | 48.03 | - |
| YUV | 106.76 | 172.72 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 78 | 186 | 0.28 | 0.58 | 0 | 0.27 | 270.56 | 0.44 | 0.52 |
| Hex | 85 | 4E | BA | 1C | 3A | 0 | 1B | 10F | 2C | 34 |
| Octal | 205 | 116 | 272 | 34 | 72 | 0 | 33 | 417 | 54 | 64 |
| Binary | 10000101 | 1001110 | 10111010 | 11100 | 111010 | 0 | 11011 | 100001111 | 101100 | 110100 |
Color Harmonies of #854EBA
Complementary color
Monochromatic Colors of #854EBA
Black with #854EBA
Text Example
Text Example
White with #854EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854EBA; }
p { color: rgb(133,78,186); }
H1.HeaderClassName
{
color: #854EBA;
}
.AnyTagClassName
{
color: #854EBA;
}
</style>
background-color css
<style>
a { background-color: #854EBA; }
a { background-color: rgb(133,78,186); }
div.DivClassName
{
background-color: #854EBA;
}
.BgClassName
{
background-color: #854EBA;
}
</style>
border-color css
<style>
span { border-color: #854EBA; }
span { border-color: rgb(133,78,186); }
td.TdClassName
{
border-color: #854EBA;
}
.TagClassName
{
border-color: #854EBA;
}
</style>