Shades of Deep Lilac #914EAC
Tints of Deep Lilac #914EAC
RGB
CMYK
RGB Variations
Color information
#914EAC (or 0x914EAC) is known color: Deep Lilac. HEX triplet: 91, 4E and AC. RGB value is (145,78,172). Sum of RGB (Red+Green+Blue) = 145+78+172=395 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.71% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #914EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #914EAC is #6EB153. Grayscale: #6C6C6C. Windows color (decimal): -7254356 or 11292305. OLE color: 11292305.
HSL color Cylindrical-coordinate representation of color #914EAC: hue angle of 282.77º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #914EAC is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 78 | 172 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.33 |
| HSL | 282.77º | 0.38% | 0.49% | - |
| HSV(B) | 282.77º | 0.55% | 0.67% | - |
| XYZ | 21.85 | 14.45 | 40.67 | - |
| YUV | 108.75 | 163.7 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 78 | 172 | 0.16 | 0.55 | 0 | 0.33 | 282.77 | 0.38 | 0.49 |
| Hex | 91 | 4E | AC | 10 | 37 | 0 | 21 | 11B | 26 | 31 |
| Octal | 221 | 116 | 254 | 20 | 67 | 0 | 41 | 433 | 46 | 61 |
| Binary | 10010001 | 1001110 | 10101100 | 10000 | 110111 | 0 | 100001 | 100011011 | 100110 | 110001 |
Color Harmonies of #914EAC
Complementary color
Monochromatic Colors of #914EAC
Black with #914EAC
Text Example
Text Example
White with #914EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914EAC; }
p { color: rgb(145,78,172); }
H1.HeaderClassName
{
color: #914EAC;
}
.AnyTagClassName
{
color: #914EAC;
}
</style>
background-color css
<style>
a { background-color: #914EAC; }
a { background-color: rgb(145,78,172); }
div.DivClassName
{
background-color: #914EAC;
}
.BgClassName
{
background-color: #914EAC;
}
</style>
border-color css
<style>
span { border-color: #914EAC; }
span { border-color: rgb(145,78,172); }
td.TdClassName
{
border-color: #914EAC;
}
.TagClassName
{
border-color: #914EAC;
}
</style>