Shades of Deep Lilac #914FC1
Tints of Deep Lilac #914FC1
RGB
CMYK
RGB Variations
Color information
#914FC1 (or 0x914FC1) is known color: Deep Lilac. HEX triplet: 91, 4F and C1. RGB value is (145,79,193). Sum of RGB (Red+Green+Blue) = 145+79+193=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 79 (31.25% from 255 or 18.94% from 417); Blue value is 193 (75.78% from 255 or 46.28% from 417); Max value from RGB is 193 - color contains mainly: blue. Hex color #914FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914FC1 is #6EB03E. Grayscale: #6F6F6F. Windows color (decimal): -7254079 or 12668817. OLE color: 12668817.
HSL color Cylindrical-coordinate representation of color #914FC1: hue angle of 274.74º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #914FC1 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 79 | 193 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.24 |
| HSL | 274.74º | 0.48% | 0.53% | - |
| HSV(B) | 274.74º | 0.59% | 0.76% | - |
| XYZ | 24.1 | 15.46 | 52.17 | - |
| YUV | 111.73 | 173.87 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 79 | 193 | 0.25 | 0.59 | 0 | 0.24 | 274.74 | 0.48 | 0.53 |
| Hex | 91 | 4F | C1 | 19 | 3B | 0 | 18 | 113 | 30 | 35 |
| Octal | 221 | 117 | 301 | 31 | 73 | 0 | 30 | 423 | 60 | 65 |
| Binary | 10010001 | 1001111 | 11000001 | 11001 | 111011 | 0 | 11000 | 100010011 | 110000 | 110101 |
Color Harmonies of #914FC1
Complementary color
Monochromatic Colors of #914FC1
Black with #914FC1
Text Example
Text Example
White with #914FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914FC1; }
p { color: rgb(145,79,193); }
H1.HeaderClassName
{
color: #914FC1;
}
.AnyTagClassName
{
color: #914FC1;
}
</style>
background-color css
<style>
a { background-color: #914FC1; }
a { background-color: rgb(145,79,193); }
div.DivClassName
{
background-color: #914FC1;
}
.BgClassName
{
background-color: #914FC1;
}
</style>
border-color css
<style>
span { border-color: #914FC1; }
span { border-color: rgb(145,79,193); }
td.TdClassName
{
border-color: #914FC1;
}
.TagClassName
{
border-color: #914FC1;
}
</style>