Shades of Deep Lilac #905DBD
Tints of Deep Lilac #905DBD
RGB
CMYK
RGB Variations
Color information
#905DBD (or 0x905DBD) is known color: Deep Lilac. HEX triplet: 90, 5D and BD. RGB value is (144,93,189). Sum of RGB (Red+Green+Blue) = 144+93+189=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #905DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905DBD is #6FA242. Grayscale: #767676. Windows color (decimal): -7316035 or 12410256. OLE color: 12410256.
HSL color Cylindrical-coordinate representation of color #905DBD: hue angle of 271.88º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #905DBD is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 93 | 189 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.26 |
| HSL | 271.88º | 0.42% | 0.55% | - |
| HSV(B) | 271.88º | 0.51% | 0.74% | - |
| XYZ | 24.6 | 17.43 | 50.21 | - |
| YUV | 119.19 | 167.4 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 93 | 189 | 0.24 | 0.51 | 0 | 0.26 | 271.88 | 0.42 | 0.55 |
| Hex | 90 | 5D | BD | 18 | 33 | 0 | 1A | 110 | 2A | 37 |
| Octal | 220 | 135 | 275 | 30 | 63 | 0 | 32 | 420 | 52 | 67 |
| Binary | 10010000 | 1011101 | 10111101 | 11000 | 110011 | 0 | 11010 | 100010000 | 101010 | 110111 |
Color Harmonies of #905DBD
Complementary color
Monochromatic Colors of #905DBD
Black with #905DBD
Text Example
Text Example
White with #905DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905DBD; }
p { color: rgb(144,93,189); }
H1.HeaderClassName
{
color: #905DBD;
}
.AnyTagClassName
{
color: #905DBD;
}
</style>
background-color css
<style>
a { background-color: #905DBD; }
a { background-color: rgb(144,93,189); }
div.DivClassName
{
background-color: #905DBD;
}
.BgClassName
{
background-color: #905DBD;
}
</style>
border-color css
<style>
span { border-color: #905DBD; }
span { border-color: rgb(144,93,189); }
td.TdClassName
{
border-color: #905DBD;
}
.TagClassName
{
border-color: #905DBD;
}
</style>