Shades of Deep Lilac #914EC9
Tints of Deep Lilac #914EC9
RGB
CMYK
RGB Variations
Color information
#914EC9 (or 0x914EC9) is known color: Deep Lilac. HEX triplet: 91, 4E and C9. RGB value is (145,78,201). Sum of RGB (Red+Green+Blue) = 145+78+201=424 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.20% from 424); Green value is 78 (30.86% from 255 or 18.40% from 424); Blue value is 201 (78.91% from 255 or 47.41% from 424); Max value from RGB is 201 - color contains mainly: blue. Hex color #914EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914EC9 is #6EB136. Grayscale: #6F6F6F. Windows color (decimal): -7254327 or 13192849. OLE color: 13192849.
HSL color Cylindrical-coordinate representation of color #914EC9: hue angle of 272.68º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #914EC9 is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 78 | 201 | - |
| CMYK | 0.28 | 0.61 | 0 | 0.21 |
| HSL | 272.68º | 0.53% | 0.55% | - |
| HSV(B) | 272.68º | 0.61% | 0.79% | - |
| XYZ | 24.94 | 15.69 | 56.97 | - |
| YUV | 112.06 | 178.2 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 78 | 201 | 0.28 | 0.61 | 0 | 0.21 | 272.68 | 0.53 | 0.55 |
| Hex | 91 | 4E | C9 | 1C | 3D | 0 | 15 | 111 | 35 | 37 |
| Octal | 221 | 116 | 311 | 34 | 75 | 0 | 25 | 421 | 65 | 67 |
| Binary | 10010001 | 1001110 | 11001001 | 11100 | 111101 | 0 | 10101 | 100010001 | 110101 | 110111 |
Color Harmonies of #914EC9
Complementary color
Monochromatic Colors of #914EC9
Black with #914EC9
Text Example
Text Example
White with #914EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914EC9; }
p { color: rgb(145,78,201); }
H1.HeaderClassName
{
color: #914EC9;
}
.AnyTagClassName
{
color: #914EC9;
}
</style>
background-color css
<style>
a { background-color: #914EC9; }
a { background-color: rgb(145,78,201); }
div.DivClassName
{
background-color: #914EC9;
}
.BgClassName
{
background-color: #914EC9;
}
</style>
border-color css
<style>
span { border-color: #914EC9; }
span { border-color: rgb(145,78,201); }
td.TdClassName
{
border-color: #914EC9;
}
.TagClassName
{
border-color: #914EC9;
}
</style>