Shades of Deep Lilac #9048CC
Tints of Deep Lilac #9048CC
RGB
CMYK
RGB Variations
Color information
#9048CC (or 0x9048CC) is known color: Deep Lilac. HEX triplet: 90, 48 and CC. RGB value is (144,72,204). Sum of RGB (Red+Green+Blue) = 144+72+204=420 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.29% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #9048CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9048CC is #6FB733. Grayscale: #6C6C6C. Windows color (decimal): -7321396 or 13387920. OLE color: 13387920.
HSL color Cylindrical-coordinate representation of color #9048CC: hue angle of 272.73º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9048CC is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 72 | 204 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.2 |
| HSL | 272.73º | 0.56% | 0.54% | - |
| HSV(B) | 272.73º | 0.65% | 0.8% | - |
| XYZ | 24.72 | 14.92 | 58.7 | - |
| YUV | 108.58 | 181.85 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 72 | 204 | 0.29 | 0.65 | 0 | 0.2 | 272.73 | 0.56 | 0.54 |
| Hex | 90 | 48 | CC | 1D | 41 | 0 | 14 | 111 | 38 | 36 |
| Octal | 220 | 110 | 314 | 35 | 101 | 0 | 24 | 421 | 70 | 66 |
| Binary | 10010000 | 1001000 | 11001100 | 11101 | 1000001 | 0 | 10100 | 100010001 | 111000 | 110110 |
Color Harmonies of #9048CC
Complementary color
Monochromatic Colors of #9048CC
Black with #9048CC
Text Example
Text Example
White with #9048CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9048CC; }
p { color: rgb(144,72,204); }
H1.HeaderClassName
{
color: #9048CC;
}
.AnyTagClassName
{
color: #9048CC;
}
</style>
background-color css
<style>
a { background-color: #9048CC; }
a { background-color: rgb(144,72,204); }
div.DivClassName
{
background-color: #9048CC;
}
.BgClassName
{
background-color: #9048CC;
}
</style>
border-color css
<style>
span { border-color: #9048CC; }
span { border-color: rgb(144,72,204); }
td.TdClassName
{
border-color: #9048CC;
}
.TagClassName
{
border-color: #9048CC;
}
</style>