Shades of Deep Lilac #905AC0
Tints of Deep Lilac #905AC0
RGB
CMYK
RGB Variations
Color information
#905AC0 (or 0x905AC0) is known color: Deep Lilac. HEX triplet: 90, 5A and C0. RGB value is (144,90,192). Sum of RGB (Red+Green+Blue) = 144+90+192=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 192 (75.39% from 255 or 45.07% from 426); Max value from RGB is 192 - color contains mainly: blue. Hex color #905AC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905AC0 is #6FA53F. Grayscale: #757575. Windows color (decimal): -7316800 or 12606096. OLE color: 12606096.
HSL color Cylindrical-coordinate representation of color #905AC0: hue angle of 271.76º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #905AC0 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 90 | 192 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.25 |
| HSL | 271.76º | 0.45% | 0.55% | - |
| HSV(B) | 271.76º | 0.53% | 0.75% | - |
| XYZ | 24.67 | 17.05 | 51.86 | - |
| YUV | 117.77 | 169.89 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 90 | 192 | 0.25 | 0.53 | 0 | 0.25 | 271.76 | 0.45 | 0.55 |
| Hex | 90 | 5A | C0 | 19 | 35 | 0 | 19 | 110 | 2D | 37 |
| Octal | 220 | 132 | 300 | 31 | 65 | 0 | 31 | 420 | 55 | 67 |
| Binary | 10010000 | 1011010 | 11000000 | 11001 | 110101 | 0 | 11001 | 100010000 | 101101 | 110111 |
Color Harmonies of #905AC0
Complementary color
Monochromatic Colors of #905AC0
Black with #905AC0
Text Example
Text Example
White with #905AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905AC0; }
p { color: rgb(144,90,192); }
H1.HeaderClassName
{
color: #905AC0;
}
.AnyTagClassName
{
color: #905AC0;
}
</style>
background-color css
<style>
a { background-color: #905AC0; }
a { background-color: rgb(144,90,192); }
div.DivClassName
{
background-color: #905AC0;
}
.BgClassName
{
background-color: #905AC0;
}
</style>
border-color css
<style>
span { border-color: #905AC0; }
span { border-color: rgb(144,90,192); }
td.TdClassName
{
border-color: #905AC0;
}
.TagClassName
{
border-color: #905AC0;
}
</style>