Shades of Deep Lilac #905DB5
Tints of Deep Lilac #905DB5
RGB
CMYK
RGB Variations
Color information
#905DB5 (or 0x905DB5) is known color: Deep Lilac. HEX triplet: 90, 5D and B5. RGB value is (144,93,181). Sum of RGB (Red+Green+Blue) = 144+93+181=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 181 (71.09% from 255 or 43.30% from 418); Max value from RGB is 181 - color contains mainly: blue. Hex color #905DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905DB5 is #6FA24A. Grayscale: #757575. Windows color (decimal): -7316043 or 11885968. OLE color: 11885968.
HSL color Cylindrical-coordinate representation of color #905DB5: hue angle of 274.77º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #905DB5 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 93 | 181 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.29 |
| HSL | 274.77º | 0.37% | 0.54% | - |
| HSV(B) | 274.77º | 0.49% | 0.71% | - |
| XYZ | 23.76 | 17.09 | 45.76 | - |
| YUV | 118.28 | 163.4 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 93 | 181 | 0.20 | 0.49 | 0 | 0.29 | 274.77 | 0.37 | 0.54 |
| Hex | 90 | 5D | B5 | 14 | 31 | 0 | 1D | 113 | 25 | 36 |
| Octal | 220 | 135 | 265 | 24 | 61 | 0 | 35 | 423 | 45 | 66 |
| Binary | 10010000 | 1011101 | 10110101 | 10100 | 110001 | 0 | 11101 | 100010011 | 100101 | 110110 |
Color Harmonies of #905DB5
Complementary color
Monochromatic Colors of #905DB5
Black with #905DB5
Text Example
Text Example
White with #905DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905DB5; }
p { color: rgb(144,93,181); }
H1.HeaderClassName
{
color: #905DB5;
}
.AnyTagClassName
{
color: #905DB5;
}
</style>
background-color css
<style>
a { background-color: #905DB5; }
a { background-color: rgb(144,93,181); }
div.DivClassName
{
background-color: #905DB5;
}
.BgClassName
{
background-color: #905DB5;
}
</style>
border-color css
<style>
span { border-color: #905DB5; }
span { border-color: rgb(144,93,181); }
td.TdClassName
{
border-color: #905DB5;
}
.TagClassName
{
border-color: #905DB5;
}
</style>