Shades of Vivid Violet #801EA4
Tints of Vivid Violet #801EA4
RGB
CMYK
RGB Variations
Color information
#801EA4 (or 0x801EA4) is known color: Vivid Violet. HEX triplet: 80, 1E and A4. RGB value is (128,30,164). Sum of RGB (Red+Green+Blue) = 128+30+164=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 164 (64.45% from 255 or 50.93% from 322); Max value from RGB is 164 - color contains mainly: blue. Hex color #801EA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801EA4 is #7FE15B. Grayscale: #4A4A4A. Windows color (decimal): -8380764 or 10755712. OLE color: 10755712.
HSL color Cylindrical-coordinate representation of color #801EA4: hue angle of 283.88º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #801EA4 is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 30 | 164 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.36 |
| HSL | 283.88º | 0.69% | 0.38% | - |
| HSV(B) | 283.88º | 0.82% | 0.64% | - |
| XYZ | 16.07 | 8.2 | 35.86 | - |
| YUV | 74.58 | 178.47 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 30 | 164 | 0.22 | 0.82 | 0 | 0.36 | 283.88 | 0.69 | 0.38 |
| Hex | 80 | 1E | A4 | 16 | 52 | 0 | 24 | 11C | 45 | 26 |
| Octal | 200 | 36 | 244 | 26 | 122 | 0 | 44 | 434 | 105 | 46 |
| Binary | 10000000 | 11110 | 10100100 | 10110 | 1010010 | 0 | 100100 | 100011100 | 1000101 | 100110 |
Color Harmonies of #801EA4
Complementary color
Monochromatic Colors of #801EA4
Black with #801EA4
Text Example
Text Example
White with #801EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801EA4; }
p { color: rgb(128,30,164); }
H1.HeaderClassName
{
color: #801EA4;
}
.AnyTagClassName
{
color: #801EA4;
}
</style>
background-color css
<style>
a { background-color: #801EA4; }
a { background-color: rgb(128,30,164); }
div.DivClassName
{
background-color: #801EA4;
}
.BgClassName
{
background-color: #801EA4;
}
</style>
border-color css
<style>
span { border-color: #801EA4; }
span { border-color: rgb(128,30,164); }
td.TdClassName
{
border-color: #801EA4;
}
.TagClassName
{
border-color: #801EA4;
}
</style>