Shades of Deep Lilac #8048C2
Tints of Deep Lilac #8048C2
RGB
CMYK
RGB Variations
Color information
#8048C2 (or 0x8048C2) is known color: Deep Lilac. HEX triplet: 80, 48 and C2. RGB value is (128,72,194). Sum of RGB (Red+Green+Blue) = 128+72+194=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 194 (76.17% from 255 or 49.24% from 394); Max value from RGB is 194 - color contains mainly: blue. Hex color #8048C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8048C2 is #7FB73D. Grayscale: #666666. Windows color (decimal): -8369982 or 12732544. OLE color: 12732544.
HSL color Cylindrical-coordinate representation of color #8048C2: hue angle of 267.54º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8048C2 is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 72 | 194 | - |
| CMYK | 0.34 | 0.63 | 0 | 0.24 |
| HSL | 267.54º | 0.5% | 0.52% | - |
| HSV(B) | 267.54º | 0.63% | 0.76% | - |
| XYZ | 20.96 | 13.12 | 52.47 | - |
| YUV | 102.65 | 179.55 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 72 | 194 | 0.34 | 0.63 | 0 | 0.24 | 267.54 | 0.5 | 0.52 |
| Hex | 80 | 48 | C2 | 22 | 3F | 0 | 18 | 10C | 32 | 34 |
| Octal | 200 | 110 | 302 | 42 | 77 | 0 | 30 | 414 | 62 | 64 |
| Binary | 10000000 | 1001000 | 11000010 | 100010 | 111111 | 0 | 11000 | 100001100 | 110010 | 110100 |
Color Harmonies of #8048C2
Complementary color
Monochromatic Colors of #8048C2
Black with #8048C2
Text Example
Text Example
White with #8048C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8048C2; }
p { color: rgb(128,72,194); }
H1.HeaderClassName
{
color: #8048C2;
}
.AnyTagClassName
{
color: #8048C2;
}
</style>
background-color css
<style>
a { background-color: #8048C2; }
a { background-color: rgb(128,72,194); }
div.DivClassName
{
background-color: #8048C2;
}
.BgClassName
{
background-color: #8048C2;
}
</style>
border-color css
<style>
span { border-color: #8048C2; }
span { border-color: rgb(128,72,194); }
td.TdClassName
{
border-color: #8048C2;
}
.TagClassName
{
border-color: #8048C2;
}
</style>