Shades of Deep Lilac #914FBF
Tints of Deep Lilac #914FBF
RGB
CMYK
RGB Variations
Color information
#914FBF (or 0x914FBF) is known color: Deep Lilac. HEX triplet: 91, 4F and BF. RGB value is (145,79,191). Sum of RGB (Red+Green+Blue) = 145+79+191=415 (54% of max value = 765). Red value is 145 (57.03% from 255 or 34.94% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #914FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914FBF is #6EB040. Grayscale: #6F6F6F. Windows color (decimal): -7254081 or 12537745. OLE color: 12537745.
HSL color Cylindrical-coordinate representation of color #914FBF: hue angle of 275.36º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #914FBF is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 79 | 191 | - |
| CMYK | 0.24 | 0.59 | 0 | 0.25 |
| HSL | 275.36º | 0.47% | 0.53% | - |
| HSV(B) | 275.36º | 0.59% | 0.75% | - |
| XYZ | 23.88 | 15.37 | 51 | - |
| YUV | 111.5 | 172.87 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 79 | 191 | 0.24 | 0.59 | 0 | 0.25 | 275.36 | 0.47 | 0.53 |
| Hex | 91 | 4F | BF | 18 | 3B | 0 | 19 | 113 | 2F | 35 |
| Octal | 221 | 117 | 277 | 30 | 73 | 0 | 31 | 423 | 57 | 65 |
| Binary | 10010001 | 1001111 | 10111111 | 11000 | 111011 | 0 | 11001 | 100010011 | 101111 | 110101 |
Color Harmonies of #914FBF
Complementary color
Monochromatic Colors of #914FBF
Black with #914FBF
Text Example
Text Example
White with #914FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914FBF; }
p { color: rgb(145,79,191); }
H1.HeaderClassName
{
color: #914FBF;
}
.AnyTagClassName
{
color: #914FBF;
}
</style>
background-color css
<style>
a { background-color: #914FBF; }
a { background-color: rgb(145,79,191); }
div.DivClassName
{
background-color: #914FBF;
}
.BgClassName
{
background-color: #914FBF;
}
</style>
border-color css
<style>
span { border-color: #914FBF; }
span { border-color: rgb(145,79,191); }
td.TdClassName
{
border-color: #914FBF;
}
.TagClassName
{
border-color: #914FBF;
}
</style>