Shades of Deep Lilac #905CAA
Tints of Deep Lilac #905CAA
RGB
CMYK
RGB Variations
Color information
#905CAA (or 0x905CAA) is known color: Deep Lilac. HEX triplet: 90, 5C and AA. RGB value is (144,92,170). Sum of RGB (Red+Green+Blue) = 144+92+170=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #905CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905CAA is #6FA355. Grayscale: #747474. Windows color (decimal): -7316310 or 11164816. OLE color: 11164816.
HSL color Cylindrical-coordinate representation of color #905CAA: hue angle of 280º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #905CAA is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 92 | 170 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.33 |
| HSL | 280º | 0.31% | 0.51% | - |
| HSV(B) | 280º | 0.46% | 0.67% | - |
| XYZ | 22.58 | 16.49 | 40.02 | - |
| YUV | 116.44 | 158.23 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 92 | 170 | 0.15 | 0.46 | 0 | 0.33 | 280 | 0.31 | 0.51 |
| Hex | 90 | 5C | AA | F | 2E | 0 | 21 | 118 | 1F | 33 |
| Octal | 220 | 134 | 252 | 17 | 56 | 0 | 41 | 430 | 37 | 63 |
| Binary | 10010000 | 1011100 | 10101010 | 1111 | 101110 | 0 | 100001 | 100011000 | 11111 | 110011 |
Color Harmonies of #905CAA
Complementary color
Monochromatic Colors of #905CAA
Black with #905CAA
Text Example
Text Example
White with #905CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905CAA; }
p { color: rgb(144,92,170); }
H1.HeaderClassName
{
color: #905CAA;
}
.AnyTagClassName
{
color: #905CAA;
}
</style>
background-color css
<style>
a { background-color: #905CAA; }
a { background-color: rgb(144,92,170); }
div.DivClassName
{
background-color: #905CAA;
}
.BgClassName
{
background-color: #905CAA;
}
</style>
border-color css
<style>
span { border-color: #905CAA; }
span { border-color: rgb(144,92,170); }
td.TdClassName
{
border-color: #905CAA;
}
.TagClassName
{
border-color: #905CAA;
}
</style>