Shades of Deep Lilac #804AC1
Tints of Deep Lilac #804AC1
RGB
CMYK
RGB Variations
Color information
#804AC1 (or 0x804AC1) is known color: Deep Lilac. HEX triplet: 80, 4A and C1. RGB value is (128,74,193). Sum of RGB (Red+Green+Blue) = 128+74+193=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 193 (75.78% from 255 or 48.86% from 395); Max value from RGB is 193 - color contains mainly: blue. Hex color #804AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804AC1 is #7FB53E. Grayscale: #676767. Windows color (decimal): -8369471 or 12667520. OLE color: 12667520.
HSL color Cylindrical-coordinate representation of color #804AC1: hue angle of 267.23º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #804AC1 is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 74 | 193 | - |
| CMYK | 0.34 | 0.62 | 0 | 0.24 |
| HSL | 267.23º | 0.49% | 0.52% | - |
| HSV(B) | 267.23º | 0.62% | 0.76% | - |
| XYZ | 20.98 | 13.34 | 51.92 | - |
| YUV | 103.71 | 178.39 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 74 | 193 | 0.34 | 0.62 | 0 | 0.24 | 267.23 | 0.49 | 0.52 |
| Hex | 80 | 4A | C1 | 22 | 3E | 0 | 18 | 10B | 31 | 34 |
| Octal | 200 | 112 | 301 | 42 | 76 | 0 | 30 | 413 | 61 | 64 |
| Binary | 10000000 | 1001010 | 11000001 | 100010 | 111110 | 0 | 11000 | 100001011 | 110001 | 110100 |
Color Harmonies of #804AC1
Complementary color
Monochromatic Colors of #804AC1
Black with #804AC1
Text Example
Text Example
White with #804AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804AC1; }
p { color: rgb(128,74,193); }
H1.HeaderClassName
{
color: #804AC1;
}
.AnyTagClassName
{
color: #804AC1;
}
</style>
background-color css
<style>
a { background-color: #804AC1; }
a { background-color: rgb(128,74,193); }
div.DivClassName
{
background-color: #804AC1;
}
.BgClassName
{
background-color: #804AC1;
}
</style>
border-color css
<style>
span { border-color: #804AC1; }
span { border-color: rgb(128,74,193); }
td.TdClassName
{
border-color: #804AC1;
}
.TagClassName
{
border-color: #804AC1;
}
</style>