Shades of Deep Lilac #905AAD
Tints of Deep Lilac #905AAD
RGB
CMYK
RGB Variations
Color information
#905AAD (or 0x905AAD) is known color: Deep Lilac. HEX triplet: 90, 5A and AD. RGB value is (144,90,173). Sum of RGB (Red+Green+Blue) = 144+90+173=407 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.38% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 173 - color contains mainly: blue. Hex color #905AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905AAD is #6FA552. Grayscale: #737373. Windows color (decimal): -7316819 or 11360912. OLE color: 11360912.
HSL color Cylindrical-coordinate representation of color #905AAD: hue angle of 279.04º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #905AAD is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 90 | 173 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.32 |
| HSL | 279.04º | 0.34% | 0.52% | - |
| HSV(B) | 279.04º | 0.48% | 0.68% | - |
| XYZ | 22.7 | 16.26 | 41.48 | - |
| YUV | 115.61 | 160.39 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 90 | 173 | 0.17 | 0.48 | 0 | 0.32 | 279.04 | 0.34 | 0.52 |
| Hex | 90 | 5A | AD | 11 | 30 | 0 | 20 | 117 | 22 | 34 |
| Octal | 220 | 132 | 255 | 21 | 60 | 0 | 40 | 427 | 42 | 64 |
| Binary | 10010000 | 1011010 | 10101101 | 10001 | 110000 | 0 | 100000 | 100010111 | 100010 | 110100 |
Color Harmonies of #905AAD
Complementary color
Monochromatic Colors of #905AAD
Black with #905AAD
Text Example
Text Example
White with #905AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905AAD; }
p { color: rgb(144,90,173); }
H1.HeaderClassName
{
color: #905AAD;
}
.AnyTagClassName
{
color: #905AAD;
}
</style>
background-color css
<style>
a { background-color: #905AAD; }
a { background-color: rgb(144,90,173); }
div.DivClassName
{
background-color: #905AAD;
}
.BgClassName
{
background-color: #905AAD;
}
</style>
border-color css
<style>
span { border-color: #905AAD; }
span { border-color: rgb(144,90,173); }
td.TdClassName
{
border-color: #905AAD;
}
.TagClassName
{
border-color: #905AAD;
}
</style>