Shades of Deep Lilac #914FC4
Tints of Deep Lilac #914FC4
RGB
CMYK
RGB Variations
Color information
#914FC4 (or 0x914FC4) is known color: Deep Lilac. HEX triplet: 91, 4F and C4. RGB value is (145,79,196). Sum of RGB (Red+Green+Blue) = 145+79+196=420 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.52% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 196 (76.95% from 255 or 46.67% from 420); Max value from RGB is 196 - color contains mainly: blue. Hex color #914FC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914FC4 is #6EB03B. Grayscale: #6F6F6F. Windows color (decimal): -7254076 or 12865425. OLE color: 12865425.
HSL color Cylindrical-coordinate representation of color #914FC4: hue angle of 273.85º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #914FC4 is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 145 | 79 | 196 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.23 |
| HSL | 273.85º | 0.5% | 0.54% | - |
| HSV(B) | 273.85º | 0.6% | 0.77% | - |
| XYZ | 24.44 | 15.6 | 53.95 | - |
| YUV | 112.07 | 175.37 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 79 | 196 | 0.26 | 0.60 | 0 | 0.23 | 273.85 | 0.5 | 0.54 |
| Hex | 91 | 4F | C4 | 1A | 3C | 0 | 17 | 112 | 32 | 36 |
| Octal | 221 | 117 | 304 | 32 | 74 | 0 | 27 | 422 | 62 | 66 |
| Binary | 10010001 | 1001111 | 11000100 | 11010 | 111100 | 0 | 10111 | 100010010 | 110010 | 110110 |
Color Harmonies of #914FC4
Complementary color
Monochromatic Colors of #914FC4
Black with #914FC4
Text Example
Text Example
White with #914FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914FC4; }
p { color: rgb(145,79,196); }
H1.HeaderClassName
{
color: #914FC4;
}
.AnyTagClassName
{
color: #914FC4;
}
</style>
background-color css
<style>
a { background-color: #914FC4; }
a { background-color: rgb(145,79,196); }
div.DivClassName
{
background-color: #914FC4;
}
.BgClassName
{
background-color: #914FC4;
}
</style>
border-color css
<style>
span { border-color: #914FC4; }
span { border-color: rgb(145,79,196); }
td.TdClassName
{
border-color: #914FC4;
}
.TagClassName
{
border-color: #914FC4;
}
</style>