Shades of Deep Lilac #914ECC
Tints of Deep Lilac #914ECC
RGB
CMYK
RGB Variations
Color information
#914ECC (or 0x914ECC) is known color: Deep Lilac. HEX triplet: 91, 4E and CC. RGB value is (145,78,204). Sum of RGB (Red+Green+Blue) = 145+78+204=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 78 (30.86% from 255 or 18.27% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #914ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914ECC is #6EB133. Grayscale: #6F6F6F. Windows color (decimal): -7254324 or 13389457. OLE color: 13389457.
HSL color Cylindrical-coordinate representation of color #914ECC: hue angle of 271.9º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #914ECC is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 78 | 204 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.2 |
| HSL | 271.9º | 0.55% | 0.55% | - |
| HSV(B) | 271.9º | 0.62% | 0.8% | - |
| XYZ | 25.3 | 15.83 | 58.85 | - |
| YUV | 112.4 | 179.7 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 78 | 204 | 0.29 | 0.62 | 0 | 0.2 | 271.9 | 0.55 | 0.55 |
| Hex | 91 | 4E | CC | 1D | 3E | 0 | 14 | 110 | 37 | 37 |
| Octal | 221 | 116 | 314 | 35 | 76 | 0 | 24 | 420 | 67 | 67 |
| Binary | 10010001 | 1001110 | 11001100 | 11101 | 111110 | 0 | 10100 | 100010000 | 110111 | 110111 |
Color Harmonies of #914ECC
Complementary color
Monochromatic Colors of #914ECC
Black with #914ECC
Text Example
Text Example
White with #914ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914ECC; }
p { color: rgb(145,78,204); }
H1.HeaderClassName
{
color: #914ECC;
}
.AnyTagClassName
{
color: #914ECC;
}
</style>
background-color css
<style>
a { background-color: #914ECC; }
a { background-color: rgb(145,78,204); }
div.DivClassName
{
background-color: #914ECC;
}
.BgClassName
{
background-color: #914ECC;
}
</style>
border-color css
<style>
span { border-color: #914ECC; }
span { border-color: rgb(145,78,204); }
td.TdClassName
{
border-color: #914ECC;
}
.TagClassName
{
border-color: #914ECC;
}
</style>