Shades of Deep Lilac #914CC0
Tints of Deep Lilac #914CC0
RGB
CMYK
RGB Variations
Color information
#914CC0 (or 0x914CC0) is known color: Deep Lilac. HEX triplet: 91, 4C and C0. RGB value is (145,76,192). Sum of RGB (Red+Green+Blue) = 145+76+192=413 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.11% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 192 (75.39% from 255 or 46.49% from 413); Max value from RGB is 192 - color contains mainly: blue. Hex color #914CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914CC0 is #6EB33F. Grayscale: #6D6D6D. Windows color (decimal): -7254848 or 12602513. OLE color: 12602513.
HSL color Cylindrical-coordinate representation of color #914CC0: hue angle of 275.69º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #914CC0 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 76 | 192 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.25 |
| HSL | 275.69º | 0.48% | 0.53% | - |
| HSV(B) | 275.69º | 0.6% | 0.75% | - |
| XYZ | 23.78 | 14.99 | 51.51 | - |
| YUV | 109.86 | 174.36 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 76 | 192 | 0.24 | 0.60 | 0 | 0.25 | 275.69 | 0.48 | 0.53 |
| Hex | 91 | 4C | C0 | 18 | 3C | 0 | 19 | 114 | 30 | 35 |
| Octal | 221 | 114 | 300 | 30 | 74 | 0 | 31 | 424 | 60 | 65 |
| Binary | 10010001 | 1001100 | 11000000 | 11000 | 111100 | 0 | 11001 | 100010100 | 110000 | 110101 |
Color Harmonies of #914CC0
Complementary color
Monochromatic Colors of #914CC0
Black with #914CC0
Text Example
Text Example
White with #914CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914CC0; }
p { color: rgb(145,76,192); }
H1.HeaderClassName
{
color: #914CC0;
}
.AnyTagClassName
{
color: #914CC0;
}
</style>
background-color css
<style>
a { background-color: #914CC0; }
a { background-color: rgb(145,76,192); }
div.DivClassName
{
background-color: #914CC0;
}
.BgClassName
{
background-color: #914CC0;
}
</style>
border-color css
<style>
span { border-color: #914CC0; }
span { border-color: rgb(145,76,192); }
td.TdClassName
{
border-color: #914CC0;
}
.TagClassName
{
border-color: #914CC0;
}
</style>