Shades of Deep Lilac #915DB4
Tints of Deep Lilac #915DB4
RGB
CMYK
RGB Variations
Color information
#915DB4 (or 0x915DB4) is known color: Deep Lilac. HEX triplet: 91, 5D and B4. RGB value is (145,93,180). Sum of RGB (Red+Green+Blue) = 145+93+180=418 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.69% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 180 (70.70% from 255 or 43.06% from 418); Max value from RGB is 180 - color contains mainly: blue. Hex color #915DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915DB4 is #6EA24B. Grayscale: #767676. Windows color (decimal): -7250508 or 11820433. OLE color: 11820433.
HSL color Cylindrical-coordinate representation of color #915DB4: hue angle of 275.86º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #915DB4 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 93 | 180 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.29 |
| HSL | 275.86º | 0.37% | 0.54% | - |
| HSV(B) | 275.86º | 0.48% | 0.71% | - |
| XYZ | 23.83 | 17.14 | 45.23 | - |
| YUV | 118.47 | 162.73 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 93 | 180 | 0.19 | 0.48 | 0 | 0.29 | 275.86 | 0.37 | 0.54 |
| Hex | 91 | 5D | B4 | 13 | 30 | 0 | 1D | 114 | 25 | 36 |
| Octal | 221 | 135 | 264 | 23 | 60 | 0 | 35 | 424 | 45 | 66 |
| Binary | 10010001 | 1011101 | 10110100 | 10011 | 110000 | 0 | 11101 | 100010100 | 100101 | 110110 |
Color Harmonies of #915DB4
Complementary color
Monochromatic Colors of #915DB4
Black with #915DB4
Text Example
Text Example
White with #915DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915DB4; }
p { color: rgb(145,93,180); }
H1.HeaderClassName
{
color: #915DB4;
}
.AnyTagClassName
{
color: #915DB4;
}
</style>
background-color css
<style>
a { background-color: #915DB4; }
a { background-color: rgb(145,93,180); }
div.DivClassName
{
background-color: #915DB4;
}
.BgClassName
{
background-color: #915DB4;
}
</style>
border-color css
<style>
span { border-color: #915DB4; }
span { border-color: rgb(145,93,180); }
td.TdClassName
{
border-color: #915DB4;
}
.TagClassName
{
border-color: #915DB4;
}
</style>