Shades of Deep Lilac #914CD0
Tints of Deep Lilac #914CD0
RGB
CMYK
RGB Variations
Color information
#914CD0 (or 0x914CD0) is known color: Deep Lilac. HEX triplet: 91, 4C and D0. RGB value is (145,76,208). Sum of RGB (Red+Green+Blue) = 145+76+208=429 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.80% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 208 (81.64% from 255 or 48.48% from 429); Max value from RGB is 208 - color contains mainly: blue. Hex color #914CD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914CD0 is #6EB32F. Grayscale: #6F6F6F. Windows color (decimal): -7254832 or 13651089. OLE color: 13651089.
HSL color Cylindrical-coordinate representation of color #914CD0: hue angle of 271.36º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #914CD0 is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 76 | 208 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.18 |
| HSL | 271.36º | 0.58% | 0.56% | - |
| HSV(B) | 271.36º | 0.63% | 0.82% | - |
| XYZ | 25.65 | 15.74 | 61.36 | - |
| YUV | 111.68 | 182.36 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 76 | 208 | 0.30 | 0.63 | 0 | 0.18 | 271.36 | 0.58 | 0.56 |
| Hex | 91 | 4C | D0 | 1E | 3F | 0 | 12 | 10F | 3A | 38 |
| Octal | 221 | 114 | 320 | 36 | 77 | 0 | 22 | 417 | 72 | 70 |
| Binary | 10010001 | 1001100 | 11010000 | 11110 | 111111 | 0 | 10010 | 100001111 | 111010 | 111000 |
Color Harmonies of #914CD0
Complementary color
Monochromatic Colors of #914CD0
Black with #914CD0
Text Example
Text Example
White with #914CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914CD0; }
p { color: rgb(145,76,208); }
H1.HeaderClassName
{
color: #914CD0;
}
.AnyTagClassName
{
color: #914CD0;
}
</style>
background-color css
<style>
a { background-color: #914CD0; }
a { background-color: rgb(145,76,208); }
div.DivClassName
{
background-color: #914CD0;
}
.BgClassName
{
background-color: #914CD0;
}
</style>
border-color css
<style>
span { border-color: #914CD0; }
span { border-color: rgb(145,76,208); }
td.TdClassName
{
border-color: #914CD0;
}
.TagClassName
{
border-color: #914CD0;
}
</style>