Shades of Deep Lilac #905AA5
Tints of Deep Lilac #905AA5
RGB
CMYK
RGB Variations
Color information
#905AA5 (or 0x905AA5) is known color: Deep Lilac. HEX triplet: 90, 5A and A5. RGB value is (144,90,165). Sum of RGB (Red+Green+Blue) = 144+90+165=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 165 (64.84% from 255 or 41.35% from 399); Max value from RGB is 165 - color contains mainly: blue. Hex color #905AA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905AA5 is #6FA55A. Grayscale: #727272. Windows color (decimal): -7316827 or 10836624. OLE color: 10836624.
HSL color Cylindrical-coordinate representation of color #905AA5: hue angle of 283.2º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #905AA5 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 90 | 165 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.35 |
| HSL | 283.2º | 0.29% | 0.5% | - |
| HSV(B) | 283.2º | 0.45% | 0.65% | - |
| XYZ | 21.95 | 15.96 | 37.52 | - |
| YUV | 114.7 | 156.39 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 90 | 165 | 0.13 | 0.45 | 0 | 0.35 | 283.2 | 0.29 | 0.5 |
| Hex | 90 | 5A | A5 | D | 2D | 0 | 23 | 11B | 1D | 32 |
| Octal | 220 | 132 | 245 | 15 | 55 | 0 | 43 | 433 | 35 | 62 |
| Binary | 10010000 | 1011010 | 10100101 | 1101 | 101101 | 0 | 100011 | 100011011 | 11101 | 110010 |
Color Harmonies of #905AA5
Complementary color
Monochromatic Colors of #905AA5
Black with #905AA5
Text Example
Text Example
White with #905AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905AA5; }
p { color: rgb(144,90,165); }
H1.HeaderClassName
{
color: #905AA5;
}
.AnyTagClassName
{
color: #905AA5;
}
</style>
background-color css
<style>
a { background-color: #905AA5; }
a { background-color: rgb(144,90,165); }
div.DivClassName
{
background-color: #905AA5;
}
.BgClassName
{
background-color: #905AA5;
}
</style>
border-color css
<style>
span { border-color: #905AA5; }
span { border-color: rgb(144,90,165); }
td.TdClassName
{
border-color: #905AA5;
}
.TagClassName
{
border-color: #905AA5;
}
</style>