Shades of Deep Lilac #914DCD
Tints of Deep Lilac #914DCD
RGB
CMYK
RGB Variations
Color information
#914DCD (or 0x914DCD) is known color: Deep Lilac. HEX triplet: 91, 4D and CD. RGB value is (145,77,205). Sum of RGB (Red+Green+Blue) = 145+77+205=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #914DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914DCD is #6EB232. Grayscale: #6F6F6F. Windows color (decimal): -7254579 or 13454737. OLE color: 13454737.
HSL color Cylindrical-coordinate representation of color #914DCD: hue angle of 271.88º degrees, saturation: 0.56, 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 #914DCD is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 77 | 205 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.20 |
| HSL | 271.88º | 0.56% | 0.55% | - |
| HSV(B) | 271.88º | 0.62% | 0.8% | - |
| XYZ | 25.35 | 15.74 | 59.46 | - |
| YUV | 111.92 | 180.53 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 77 | 205 | 0.29 | 0.62 | 0 | 0.20 | 271.88 | 0.56 | 0.55 |
| Hex | 91 | 4D | CD | 1D | 3E | 0 | 14 | 110 | 38 | 37 |
| Octal | 221 | 115 | 315 | 35 | 76 | 0 | 24 | 420 | 70 | 67 |
| Binary | 10010001 | 1001101 | 11001101 | 11101 | 111110 | 0 | 10100 | 100010000 | 111000 | 110111 |
Color Harmonies of #914DCD
Complementary color
Monochromatic Colors of #914DCD
Black with #914DCD
Text Example
Text Example
White with #914DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914DCD; }
p { color: rgb(145,77,205); }
H1.HeaderClassName
{
color: #914DCD;
}
.AnyTagClassName
{
color: #914DCD;
}
</style>
background-color css
<style>
a { background-color: #914DCD; }
a { background-color: rgb(145,77,205); }
div.DivClassName
{
background-color: #914DCD;
}
.BgClassName
{
background-color: #914DCD;
}
</style>
border-color css
<style>
span { border-color: #914DCD; }
span { border-color: rgb(145,77,205); }
td.TdClassName
{
border-color: #914DCD;
}
.TagClassName
{
border-color: #914DCD;
}
</style>