Shades of Deep Lilac #9052C1
Tints of Deep Lilac #9052C1
RGB
CMYK
RGB Variations
Color information
#9052C1 (or 0x9052C1) is known color: Deep Lilac. HEX triplet: 90, 52 and C1. RGB value is (144,82,193). Sum of RGB (Red+Green+Blue) = 144+82+193=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 193 - color contains mainly: blue. Hex color #9052C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9052C1 is #6FAD3E. Grayscale: #707070. Windows color (decimal): -7318847 or 12669584. OLE color: 12669584.
HSL color Cylindrical-coordinate representation of color #9052C1: hue angle of 273.51º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9052C1 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 82 | 193 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.24 |
| HSL | 273.51º | 0.47% | 0.54% | - |
| HSV(B) | 273.51º | 0.58% | 0.76% | - |
| XYZ | 24.14 | 15.81 | 52.23 | - |
| YUV | 113.19 | 173.04 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 82 | 193 | 0.25 | 0.58 | 0 | 0.24 | 273.51 | 0.47 | 0.54 |
| Hex | 90 | 52 | C1 | 19 | 3A | 0 | 18 | 112 | 2F | 36 |
| Octal | 220 | 122 | 301 | 31 | 72 | 0 | 30 | 422 | 57 | 66 |
| Binary | 10010000 | 1010010 | 11000001 | 11001 | 111010 | 0 | 11000 | 100010010 | 101111 | 110110 |
Color Harmonies of #9052C1
Complementary color
Monochromatic Colors of #9052C1
Black with #9052C1
Text Example
Text Example
White with #9052C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9052C1; }
p { color: rgb(144,82,193); }
H1.HeaderClassName
{
color: #9052C1;
}
.AnyTagClassName
{
color: #9052C1;
}
</style>
background-color css
<style>
a { background-color: #9052C1; }
a { background-color: rgb(144,82,193); }
div.DivClassName
{
background-color: #9052C1;
}
.BgClassName
{
background-color: #9052C1;
}
</style>
border-color css
<style>
span { border-color: #9052C1; }
span { border-color: rgb(144,82,193); }
td.TdClassName
{
border-color: #9052C1;
}
.TagClassName
{
border-color: #9052C1;
}
</style>