Shades of Deep Lilac #915DB8
Tints of Deep Lilac #915DB8
RGB
CMYK
RGB Variations
Color information
#915DB8 (or 0x915DB8) is known color: Deep Lilac. HEX triplet: 91, 5D and B8. RGB value is (145,93,184). Sum of RGB (Red+Green+Blue) = 145+93+184=422 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.36% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 184 (72.27% from 255 or 43.60% from 422); Max value from RGB is 184 - color contains mainly: blue. Hex color #915DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915DB8 is #6EA247. Grayscale: #767676. Windows color (decimal): -7250504 or 12082577. OLE color: 12082577.
HSL color Cylindrical-coordinate representation of color #915DB8: hue angle of 274.29º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #915DB8 is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 145 | 93 | 184 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.28 |
| HSL | 274.29º | 0.39% | 0.54% | - |
| HSV(B) | 274.29º | 0.49% | 0.72% | - |
| XYZ | 24.24 | 17.31 | 47.41 | - |
| YUV | 118.92 | 164.73 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 93 | 184 | 0.21 | 0.49 | 0 | 0.28 | 274.29 | 0.39 | 0.54 |
| Hex | 91 | 5D | B8 | 15 | 31 | 0 | 1C | 112 | 27 | 36 |
| Octal | 221 | 135 | 270 | 25 | 61 | 0 | 34 | 422 | 47 | 66 |
| Binary | 10010001 | 1011101 | 10111000 | 10101 | 110001 | 0 | 11100 | 100010010 | 100111 | 110110 |
Color Harmonies of #915DB8
Complementary color
Monochromatic Colors of #915DB8
Black with #915DB8
Text Example
Text Example
White with #915DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915DB8; }
p { color: rgb(145,93,184); }
H1.HeaderClassName
{
color: #915DB8;
}
.AnyTagClassName
{
color: #915DB8;
}
</style>
background-color css
<style>
a { background-color: #915DB8; }
a { background-color: rgb(145,93,184); }
div.DivClassName
{
background-color: #915DB8;
}
.BgClassName
{
background-color: #915DB8;
}
</style>
border-color css
<style>
span { border-color: #915DB8; }
span { border-color: rgb(145,93,184); }
td.TdClassName
{
border-color: #915DB8;
}
.TagClassName
{
border-color: #915DB8;
}
</style>