Shades of Deep Lilac #905DBE
Tints of Deep Lilac #905DBE
RGB
CMYK
RGB Variations
Color information
#905DBE (or 0x905DBE) is known color: Deep Lilac. HEX triplet: 90, 5D and BE. RGB value is (144,93,190). Sum of RGB (Red+Green+Blue) = 144+93+190=427 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.72% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #905DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905DBE is #6FA241. Grayscale: #767676. Windows color (decimal): -7316034 or 12475792. OLE color: 12475792.
HSL color Cylindrical-coordinate representation of color #905DBE: hue angle of 271.55º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #905DBE is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 93 | 190 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.25 |
| HSL | 271.55º | 0.43% | 0.55% | - |
| HSV(B) | 271.55º | 0.51% | 0.75% | - |
| XYZ | 24.71 | 17.48 | 50.79 | - |
| YUV | 119.31 | 167.9 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 93 | 190 | 0.24 | 0.51 | 0 | 0.25 | 271.55 | 0.43 | 0.55 |
| Hex | 90 | 5D | BE | 18 | 33 | 0 | 19 | 110 | 2B | 37 |
| Octal | 220 | 135 | 276 | 30 | 63 | 0 | 31 | 420 | 53 | 67 |
| Binary | 10010000 | 1011101 | 10111110 | 11000 | 110011 | 0 | 11001 | 100010000 | 101011 | 110111 |
Color Harmonies of #905DBE
Complementary color
Monochromatic Colors of #905DBE
Black with #905DBE
Text Example
Text Example
White with #905DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905DBE; }
p { color: rgb(144,93,190); }
H1.HeaderClassName
{
color: #905DBE;
}
.AnyTagClassName
{
color: #905DBE;
}
</style>
background-color css
<style>
a { background-color: #905DBE; }
a { background-color: rgb(144,93,190); }
div.DivClassName
{
background-color: #905DBE;
}
.BgClassName
{
background-color: #905DBE;
}
</style>
border-color css
<style>
span { border-color: #905DBE; }
span { border-color: rgb(144,93,190); }
td.TdClassName
{
border-color: #905DBE;
}
.TagClassName
{
border-color: #905DBE;
}
</style>