Shades of Deep Lilac #914DCC
Tints of Deep Lilac #914DCC
RGB
CMYK
RGB Variations
Color information
#914DCC (or 0x914DCC) is known color: Deep Lilac. HEX triplet: 91, 4D and CC. RGB value is (145,77,204). Sum of RGB (Red+Green+Blue) = 145+77+204=426 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.04% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #914DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914DCC is #6EB233. Grayscale: #6F6F6F. Windows color (decimal): -7254580 or 13389201. OLE color: 13389201.
HSL color Cylindrical-coordinate representation of color #914DCC: hue angle of 272.13º 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 #914DCC is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 77 | 204 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.2 |
| HSL | 272.13º | 0.55% | 0.55% | - |
| HSV(B) | 272.13º | 0.62% | 0.8% | - |
| XYZ | 25.23 | 15.69 | 58.82 | - |
| YUV | 111.81 | 180.03 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 77 | 204 | 0.29 | 0.62 | 0 | 0.2 | 272.13 | 0.55 | 0.55 |
| Hex | 91 | 4D | CC | 1D | 3E | 0 | 14 | 110 | 37 | 37 |
| Octal | 221 | 115 | 314 | 35 | 76 | 0 | 24 | 420 | 67 | 67 |
| Binary | 10010001 | 1001101 | 11001100 | 11101 | 111110 | 0 | 10100 | 100010000 | 110111 | 110111 |
Color Harmonies of #914DCC
Complementary color
Monochromatic Colors of #914DCC
Black with #914DCC
Text Example
Text Example
White with #914DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914DCC; }
p { color: rgb(145,77,204); }
H1.HeaderClassName
{
color: #914DCC;
}
.AnyTagClassName
{
color: #914DCC;
}
</style>
background-color css
<style>
a { background-color: #914DCC; }
a { background-color: rgb(145,77,204); }
div.DivClassName
{
background-color: #914DCC;
}
.BgClassName
{
background-color: #914DCC;
}
</style>
border-color css
<style>
span { border-color: #914DCC; }
span { border-color: rgb(145,77,204); }
td.TdClassName
{
border-color: #914DCC;
}
.TagClassName
{
border-color: #914DCC;
}
</style>