Shades of Deep Lilac #914AB9
Tints of Deep Lilac #914AB9
RGB
CMYK
RGB Variations
Color information
#914AB9 (or 0x914AB9) is known color: Deep Lilac. HEX triplet: 91, 4A and B9. RGB value is (145,74,185). Sum of RGB (Red+Green+Blue) = 145+74+185=404 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.89% from 404); Green value is 74 (29.30% from 255 or 18.32% from 404); Blue value is 185 (72.66% from 255 or 45.79% from 404); Max value from RGB is 185 - color contains mainly: blue. Hex color #914AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914AB9 is #6EB546. Grayscale: #6B6B6B. Windows color (decimal): -7255367 or 12143249. OLE color: 12143249.
HSL color Cylindrical-coordinate representation of color #914AB9: hue angle of 278.38º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #914AB9 is Cyan = 0.22, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 74 | 185 | - |
| CMYK | 0.22 | 0.6 | 0 | 0.27 |
| HSL | 278.38º | 0.44% | 0.51% | - |
| HSV(B) | 278.38º | 0.6% | 0.73% | - |
| XYZ | 22.88 | 14.42 | 47.48 | - |
| YUV | 107.88 | 171.52 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 74 | 185 | 0.22 | 0.6 | 0 | 0.27 | 278.38 | 0.44 | 0.51 |
| Hex | 91 | 4A | B9 | 16 | 3C | 0 | 1B | 116 | 2C | 33 |
| Octal | 221 | 112 | 271 | 26 | 74 | 0 | 33 | 426 | 54 | 63 |
| Binary | 10010001 | 1001010 | 10111001 | 10110 | 111100 | 0 | 11011 | 100010110 | 101100 | 110011 |
Color Harmonies of #914AB9
Complementary color
Monochromatic Colors of #914AB9
Black with #914AB9
Text Example
Text Example
White with #914AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914AB9; }
p { color: rgb(145,74,185); }
H1.HeaderClassName
{
color: #914AB9;
}
.AnyTagClassName
{
color: #914AB9;
}
</style>
background-color css
<style>
a { background-color: #914AB9; }
a { background-color: rgb(145,74,185); }
div.DivClassName
{
background-color: #914AB9;
}
.BgClassName
{
background-color: #914AB9;
}
</style>
border-color css
<style>
span { border-color: #914AB9; }
span { border-color: rgb(145,74,185); }
td.TdClassName
{
border-color: #914AB9;
}
.TagClassName
{
border-color: #914AB9;
}
</style>