Shades of Deep Lilac #914EB4
Tints of Deep Lilac #914EB4
RGB
CMYK
RGB Variations
Color information
#914EB4 (or 0x914EB4) is known color: Deep Lilac. HEX triplet: 91, 4E and B4. RGB value is (145,78,180). Sum of RGB (Red+Green+Blue) = 145+78+180=403 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.98% from 403); Green value is 78 (30.86% from 255 or 19.35% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 180 - color contains mainly: blue. Hex color #914EB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914EB4 is #6EB14B. Grayscale: #6D6D6D. Windows color (decimal): -7254348 or 11816593. OLE color: 11816593.
HSL color Cylindrical-coordinate representation of color #914EB4: hue angle of 279.41º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #914EB4 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 78 | 180 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.29 |
| HSL | 279.41º | 0.4% | 0.51% | - |
| HSV(B) | 279.41º | 0.57% | 0.71% | - |
| XYZ | 22.64 | 14.76 | 44.84 | - |
| YUV | 109.66 | 167.7 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 78 | 180 | 0.19 | 0.57 | 0 | 0.29 | 279.41 | 0.4 | 0.51 |
| Hex | 91 | 4E | B4 | 13 | 39 | 0 | 1D | 117 | 28 | 33 |
| Octal | 221 | 116 | 264 | 23 | 71 | 0 | 35 | 427 | 50 | 63 |
| Binary | 10010001 | 1001110 | 10110100 | 10011 | 111001 | 0 | 11101 | 100010111 | 101000 | 110011 |
Color Harmonies of #914EB4
Complementary color
Monochromatic Colors of #914EB4
Black with #914EB4
Text Example
Text Example
White with #914EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914EB4; }
p { color: rgb(145,78,180); }
H1.HeaderClassName
{
color: #914EB4;
}
.AnyTagClassName
{
color: #914EB4;
}
</style>
background-color css
<style>
a { background-color: #914EB4; }
a { background-color: rgb(145,78,180); }
div.DivClassName
{
background-color: #914EB4;
}
.BgClassName
{
background-color: #914EB4;
}
</style>
border-color css
<style>
span { border-color: #914EB4; }
span { border-color: rgb(145,78,180); }
td.TdClassName
{
border-color: #914EB4;
}
.TagClassName
{
border-color: #914EB4;
}
</style>