Shades of Deep Lilac #905DB7
Tints of Deep Lilac #905DB7
RGB
CMYK
RGB Variations
Color information
#905DB7 (or 0x905DB7) is known color: Deep Lilac. HEX triplet: 90, 5D and B7. RGB value is (144,93,183). Sum of RGB (Red+Green+Blue) = 144+93+183=420 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.29% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 183 (71.88% from 255 or 43.57% from 420); Max value from RGB is 183 - color contains mainly: blue. Hex color #905DB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905DB7 is #6FA248. Grayscale: #767676. Windows color (decimal): -7316041 or 12017040. OLE color: 12017040.
HSL color Cylindrical-coordinate representation of color #905DB7: hue angle of 274º degrees, saturation: 0.38, 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 #905DB7 is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 144 | 93 | 183 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.28 |
| HSL | 274º | 0.38% | 0.54% | - |
| HSV(B) | 274º | 0.49% | 0.72% | - |
| XYZ | 23.96 | 17.18 | 46.85 | - |
| YUV | 118.51 | 164.4 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 93 | 183 | 0.21 | 0.49 | 0 | 0.28 | 274 | 0.38 | 0.54 |
| Hex | 90 | 5D | B7 | 15 | 31 | 0 | 1C | 112 | 26 | 36 |
| Octal | 220 | 135 | 267 | 25 | 61 | 0 | 34 | 422 | 46 | 66 |
| Binary | 10010000 | 1011101 | 10110111 | 10101 | 110001 | 0 | 11100 | 100010010 | 100110 | 110110 |
Color Harmonies of #905DB7
Complementary color
Monochromatic Colors of #905DB7
Black with #905DB7
Text Example
Text Example
White with #905DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905DB7; }
p { color: rgb(144,93,183); }
H1.HeaderClassName
{
color: #905DB7;
}
.AnyTagClassName
{
color: #905DB7;
}
</style>
background-color css
<style>
a { background-color: #905DB7; }
a { background-color: rgb(144,93,183); }
div.DivClassName
{
background-color: #905DB7;
}
.BgClassName
{
background-color: #905DB7;
}
</style>
border-color css
<style>
span { border-color: #905DB7; }
span { border-color: rgb(144,93,183); }
td.TdClassName
{
border-color: #905DB7;
}
.TagClassName
{
border-color: #905DB7;
}
</style>