Shades of Deep Lilac #905DB9
Tints of Deep Lilac #905DB9
RGB
CMYK
RGB Variations
Color information
#905DB9 (or 0x905DB9) is known color: Deep Lilac. HEX triplet: 90, 5D and B9. RGB value is (144,93,185). Sum of RGB (Red+Green+Blue) = 144+93+185=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 185 (72.66% from 255 or 43.84% from 422); Max value from RGB is 185 - color contains mainly: blue. Hex color #905DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905DB9 is #6FA246. Grayscale: #767676. Windows color (decimal): -7316039 or 12148112. OLE color: 12148112.
HSL color Cylindrical-coordinate representation of color #905DB9: hue angle of 273.26º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #905DB9 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 93 | 185 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.27 |
| HSL | 273.26º | 0.4% | 0.55% | - |
| HSV(B) | 273.26º | 0.5% | 0.73% | - |
| XYZ | 24.17 | 17.26 | 47.96 | - |
| YUV | 118.74 | 165.4 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 93 | 185 | 0.22 | 0.50 | 0 | 0.27 | 273.26 | 0.4 | 0.55 |
| Hex | 90 | 5D | B9 | 16 | 32 | 0 | 1B | 111 | 28 | 37 |
| Octal | 220 | 135 | 271 | 26 | 62 | 0 | 33 | 421 | 50 | 67 |
| Binary | 10010000 | 1011101 | 10111001 | 10110 | 110010 | 0 | 11011 | 100010001 | 101000 | 110111 |
Color Harmonies of #905DB9
Complementary color
Monochromatic Colors of #905DB9
Black with #905DB9
Text Example
Text Example
White with #905DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905DB9; }
p { color: rgb(144,93,185); }
H1.HeaderClassName
{
color: #905DB9;
}
.AnyTagClassName
{
color: #905DB9;
}
</style>
background-color css
<style>
a { background-color: #905DB9; }
a { background-color: rgb(144,93,185); }
div.DivClassName
{
background-color: #905DB9;
}
.BgClassName
{
background-color: #905DB9;
}
</style>
border-color css
<style>
span { border-color: #905DB9; }
span { border-color: rgb(144,93,185); }
td.TdClassName
{
border-color: #905DB9;
}
.TagClassName
{
border-color: #905DB9;
}
</style>