Shades of Deep Lilac #804DC3
Tints of Deep Lilac #804DC3
RGB
CMYK
RGB Variations
Color information
#804DC3 (or 0x804DC3) is known color: Deep Lilac. HEX triplet: 80, 4D and C3. RGB value is (128,77,195). Sum of RGB (Red+Green+Blue) = 128+77+195=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 77 (30.47% from 255 or 19.25% from 400); Blue value is 195 (76.56% from 255 or 48.75% from 400); Max value from RGB is 195 - color contains mainly: blue. Hex color #804DC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804DC3 is #7FB23C. Grayscale: #696969. Windows color (decimal): -8368701 or 12799360. OLE color: 12799360.
HSL color Cylindrical-coordinate representation of color #804DC3: hue angle of 265.93º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #804DC3 is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 77 | 195 | - |
| CMYK | 0.34 | 0.61 | 0 | 0.24 |
| HSL | 265.93º | 0.5% | 0.53% | - |
| HSV(B) | 265.93º | 0.61% | 0.76% | - |
| XYZ | 21.41 | 13.84 | 53.17 | - |
| YUV | 105.7 | 178.4 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 77 | 195 | 0.34 | 0.61 | 0 | 0.24 | 265.93 | 0.5 | 0.53 |
| Hex | 80 | 4D | C3 | 22 | 3D | 0 | 18 | 10A | 32 | 35 |
| Octal | 200 | 115 | 303 | 42 | 75 | 0 | 30 | 412 | 62 | 65 |
| Binary | 10000000 | 1001101 | 11000011 | 100010 | 111101 | 0 | 11000 | 100001010 | 110010 | 110101 |
Color Harmonies of #804DC3
Complementary color
Monochromatic Colors of #804DC3
Black with #804DC3
Text Example
Text Example
White with #804DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804DC3; }
p { color: rgb(128,77,195); }
H1.HeaderClassName
{
color: #804DC3;
}
.AnyTagClassName
{
color: #804DC3;
}
</style>
background-color css
<style>
a { background-color: #804DC3; }
a { background-color: rgb(128,77,195); }
div.DivClassName
{
background-color: #804DC3;
}
.BgClassName
{
background-color: #804DC3;
}
</style>
border-color css
<style>
span { border-color: #804DC3; }
span { border-color: rgb(128,77,195); }
td.TdClassName
{
border-color: #804DC3;
}
.TagClassName
{
border-color: #804DC3;
}
</style>