Shades of Deep Lilac #905AB5
Tints of Deep Lilac #905AB5
RGB
CMYK
RGB Variations
Color information
#905AB5 (or 0x905AB5) is known color: Deep Lilac. HEX triplet: 90, 5A and B5. RGB value is (144,90,181). Sum of RGB (Red+Green+Blue) = 144+90+181=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 181 (71.09% from 255 or 43.61% from 415); Max value from RGB is 181 - color contains mainly: blue. Hex color #905AB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905AB5 is #6FA54A. Grayscale: #747474. Windows color (decimal): -7316811 or 11885200. OLE color: 11885200.
HSL color Cylindrical-coordinate representation of color #905AB5: hue angle of 275.6º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #905AB5 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 90 | 181 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.29 |
| HSL | 275.6º | 0.38% | 0.53% | - |
| HSV(B) | 275.6º | 0.5% | 0.71% | - |
| XYZ | 23.5 | 16.58 | 45.68 | - |
| YUV | 116.52 | 164.39 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 90 | 181 | 0.20 | 0.50 | 0 | 0.29 | 275.6 | 0.38 | 0.53 |
| Hex | 90 | 5A | B5 | 14 | 32 | 0 | 1D | 114 | 26 | 35 |
| Octal | 220 | 132 | 265 | 24 | 62 | 0 | 35 | 424 | 46 | 65 |
| Binary | 10010000 | 1011010 | 10110101 | 10100 | 110010 | 0 | 11101 | 100010100 | 100110 | 110101 |
Color Harmonies of #905AB5
Complementary color
Monochromatic Colors of #905AB5
Black with #905AB5
Text Example
Text Example
White with #905AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905AB5; }
p { color: rgb(144,90,181); }
H1.HeaderClassName
{
color: #905AB5;
}
.AnyTagClassName
{
color: #905AB5;
}
</style>
background-color css
<style>
a { background-color: #905AB5; }
a { background-color: rgb(144,90,181); }
div.DivClassName
{
background-color: #905AB5;
}
.BgClassName
{
background-color: #905AB5;
}
</style>
border-color css
<style>
span { border-color: #905AB5; }
span { border-color: rgb(144,90,181); }
td.TdClassName
{
border-color: #905AB5;
}
.TagClassName
{
border-color: #905AB5;
}
</style>