Shades of Deep Lilac #9052BA
Tints of Deep Lilac #9052BA
RGB
CMYK
RGB Variations
Color information
#9052BA (or 0x9052BA) is known color: Deep Lilac. HEX triplet: 90, 52 and BA. RGB value is (144,82,186). Sum of RGB (Red+Green+Blue) = 144+82+186=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #9052BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9052BA is #6FAD45. Grayscale: #707070. Windows color (decimal): -7318854 or 12210832. OLE color: 12210832.
HSL color Cylindrical-coordinate representation of color #9052BA: hue angle of 275.77º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9052BA is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 82 | 186 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.27 |
| HSL | 275.77º | 0.43% | 0.53% | - |
| HSV(B) | 275.77º | 0.56% | 0.73% | - |
| XYZ | 23.38 | 15.51 | 48.22 | - |
| YUV | 112.39 | 169.54 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 82 | 186 | 0.23 | 0.56 | 0 | 0.27 | 275.77 | 0.43 | 0.53 |
| Hex | 90 | 52 | BA | 17 | 38 | 0 | 1B | 114 | 2B | 35 |
| Octal | 220 | 122 | 272 | 27 | 70 | 0 | 33 | 424 | 53 | 65 |
| Binary | 10010000 | 1010010 | 10111010 | 10111 | 111000 | 0 | 11011 | 100010100 | 101011 | 110101 |
Color Harmonies of #9052BA
Complementary color
Monochromatic Colors of #9052BA
Black with #9052BA
Text Example
Text Example
White with #9052BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9052BA; }
p { color: rgb(144,82,186); }
H1.HeaderClassName
{
color: #9052BA;
}
.AnyTagClassName
{
color: #9052BA;
}
</style>
background-color css
<style>
a { background-color: #9052BA; }
a { background-color: rgb(144,82,186); }
div.DivClassName
{
background-color: #9052BA;
}
.BgClassName
{
background-color: #9052BA;
}
</style>
border-color css
<style>
span { border-color: #9052BA; }
span { border-color: rgb(144,82,186); }
td.TdClassName
{
border-color: #9052BA;
}
.TagClassName
{
border-color: #9052BA;
}
</style>