Shades of Deep Lilac #914DB1
Tints of Deep Lilac #914DB1
RGB
CMYK
RGB Variations
Color information
#914DB1 (or 0x914DB1) is known color: Deep Lilac. HEX triplet: 91, 4D and B1. RGB value is (145,77,177). Sum of RGB (Red+Green+Blue) = 145+77+177=399 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.34% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 177 (69.53% from 255 or 44.36% from 399); Max value from RGB is 177 - color contains mainly: blue. Hex color #914DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #914DB1 is #6EB24E. Grayscale: #6C6C6C. Windows color (decimal): -7254607 or 11619729. OLE color: 11619729.
HSL color Cylindrical-coordinate representation of color #914DB1: hue angle of 280.8º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #914DB1 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 77 | 177 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.31 |
| HSL | 280.8º | 0.39% | 0.5% | - |
| HSV(B) | 280.8º | 0.56% | 0.69% | - |
| XYZ | 22.27 | 14.5 | 43.22 | - |
| YUV | 108.73 | 166.53 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 77 | 177 | 0.18 | 0.56 | 0 | 0.31 | 280.8 | 0.39 | 0.5 |
| Hex | 91 | 4D | B1 | 12 | 38 | 0 | 1F | 119 | 27 | 32 |
| Octal | 221 | 115 | 261 | 22 | 70 | 0 | 37 | 431 | 47 | 62 |
| Binary | 10010001 | 1001101 | 10110001 | 10010 | 111000 | 0 | 11111 | 100011001 | 100111 | 110010 |
Color Harmonies of #914DB1
Complementary color
Monochromatic Colors of #914DB1
Black with #914DB1
Text Example
Text Example
White with #914DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914DB1; }
p { color: rgb(145,77,177); }
H1.HeaderClassName
{
color: #914DB1;
}
.AnyTagClassName
{
color: #914DB1;
}
</style>
background-color css
<style>
a { background-color: #914DB1; }
a { background-color: rgb(145,77,177); }
div.DivClassName
{
background-color: #914DB1;
}
.BgClassName
{
background-color: #914DB1;
}
</style>
border-color css
<style>
span { border-color: #914DB1; }
span { border-color: rgb(145,77,177); }
td.TdClassName
{
border-color: #914DB1;
}
.TagClassName
{
border-color: #914DB1;
}
</style>