Shades of Deep Lilac #905DB4
Tints of Deep Lilac #905DB4
RGB
CMYK
RGB Variations
Color information
#905DB4 (or 0x905DB4) is known color: Deep Lilac. HEX triplet: 90, 5D and B4. RGB value is (144,93,180). Sum of RGB (Red+Green+Blue) = 144+93+180=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 180 (70.70% from 255 or 43.17% from 417); Max value from RGB is 180 - color contains mainly: blue. Hex color #905DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905DB4 is #6FA24B. Grayscale: #757575. Windows color (decimal): -7316044 or 11820432. OLE color: 11820432.
HSL color Cylindrical-coordinate representation of color #905DB4: hue angle of 275.17º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #905DB4 is Cyan = 0.2, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 93 | 180 | - |
| CMYK | 0.2 | 0.48 | 0 | 0.29 |
| HSL | 275.17º | 0.37% | 0.54% | - |
| HSV(B) | 275.17º | 0.48% | 0.71% | - |
| XYZ | 23.65 | 17.05 | 45.22 | - |
| YUV | 118.17 | 162.9 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 93 | 180 | 0.2 | 0.48 | 0 | 0.29 | 275.17 | 0.37 | 0.54 |
| Hex | 90 | 5D | B4 | 14 | 30 | 0 | 1D | 113 | 25 | 36 |
| Octal | 220 | 135 | 264 | 24 | 60 | 0 | 35 | 423 | 45 | 66 |
| Binary | 10010000 | 1011101 | 10110100 | 10100 | 110000 | 0 | 11101 | 100010011 | 100101 | 110110 |
Color Harmonies of #905DB4
Complementary color
Monochromatic Colors of #905DB4
Black with #905DB4
Text Example
Text Example
White with #905DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905DB4; }
p { color: rgb(144,93,180); }
H1.HeaderClassName
{
color: #905DB4;
}
.AnyTagClassName
{
color: #905DB4;
}
</style>
background-color css
<style>
a { background-color: #905DB4; }
a { background-color: rgb(144,93,180); }
div.DivClassName
{
background-color: #905DB4;
}
.BgClassName
{
background-color: #905DB4;
}
</style>
border-color css
<style>
span { border-color: #905DB4; }
span { border-color: rgb(144,93,180); }
td.TdClassName
{
border-color: #905DB4;
}
.TagClassName
{
border-color: #905DB4;
}
</style>