Shades of Deep Lilac #914DCE
Tints of Deep Lilac #914DCE
RGB
CMYK
RGB Variations
Color information
#914DCE (or 0x914DCE) is known color: Deep Lilac. HEX triplet: 91, 4D and CE. RGB value is (145,77,206). Sum of RGB (Red+Green+Blue) = 145+77+206=428 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.88% from 428); Green value is 77 (30.47% from 255 or 17.99% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #914DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914DCE is #6EB231. Grayscale: #6F6F6F. Windows color (decimal): -7254578 or 13520273. OLE color: 13520273.
HSL color Cylindrical-coordinate representation of color #914DCE: hue angle of 271.63º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #914DCE is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 77 | 206 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.19 |
| HSL | 271.63º | 0.57% | 0.55% | - |
| HSV(B) | 271.63º | 0.63% | 0.81% | - |
| XYZ | 25.47 | 15.78 | 60.1 | - |
| YUV | 112.04 | 181.03 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 77 | 206 | 0.30 | 0.63 | 0 | 0.19 | 271.63 | 0.57 | 0.55 |
| Hex | 91 | 4D | CE | 1E | 3F | 0 | 13 | 110 | 39 | 37 |
| Octal | 221 | 115 | 316 | 36 | 77 | 0 | 23 | 420 | 71 | 67 |
| Binary | 10010001 | 1001101 | 11001110 | 11110 | 111111 | 0 | 10011 | 100010000 | 111001 | 110111 |
Color Harmonies of #914DCE
Complementary color
Monochromatic Colors of #914DCE
Black with #914DCE
Text Example
Text Example
White with #914DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914DCE; }
p { color: rgb(145,77,206); }
H1.HeaderClassName
{
color: #914DCE;
}
.AnyTagClassName
{
color: #914DCE;
}
</style>
background-color css
<style>
a { background-color: #914DCE; }
a { background-color: rgb(145,77,206); }
div.DivClassName
{
background-color: #914DCE;
}
.BgClassName
{
background-color: #914DCE;
}
</style>
border-color css
<style>
span { border-color: #914DCE; }
span { border-color: rgb(145,77,206); }
td.TdClassName
{
border-color: #914DCE;
}
.TagClassName
{
border-color: #914DCE;
}
</style>