Shades of Vivid Violet #801DAE
Tints of Vivid Violet #801DAE
RGB
CMYK
RGB Variations
Color information
#801DAE (or 0x801DAE) is known color: Vivid Violet. HEX triplet: 80, 1D and AE. RGB value is (128,29,174). Sum of RGB (Red+Green+Blue) = 128+29+174=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 29 (11.72% from 255 or 8.76% from 331); Blue value is 174 (68.36% from 255 or 52.57% from 331); Max value from RGB is 174 - color contains mainly: blue. Hex color #801DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801DAE is #7FE251. Grayscale: #4A4A4A. Windows color (decimal): -8381010 or 11410816. OLE color: 11410816.
HSL color Cylindrical-coordinate representation of color #801DAE: hue angle of 280.97º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #801DAE is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 29 | 174 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.32 |
| HSL | 280.97º | 0.71% | 0.4% | - |
| HSV(B) | 280.97º | 0.83% | 0.68% | - |
| XYZ | 16.98 | 8.52 | 40.79 | - |
| YUV | 75.13 | 183.8 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 29 | 174 | 0.26 | 0.83 | 0 | 0.32 | 280.97 | 0.71 | 0.4 |
| Hex | 80 | 1D | AE | 1A | 53 | 0 | 20 | 119 | 47 | 28 |
| Octal | 200 | 35 | 256 | 32 | 123 | 0 | 40 | 431 | 107 | 50 |
| Binary | 10000000 | 11101 | 10101110 | 11010 | 1010011 | 0 | 100000 | 100011001 | 1000111 | 101000 |
Color Harmonies of #801DAE
Complementary color
Monochromatic Colors of #801DAE
Black with #801DAE
Text Example
Text Example
White with #801DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801DAE; }
p { color: rgb(128,29,174); }
H1.HeaderClassName
{
color: #801DAE;
}
.AnyTagClassName
{
color: #801DAE;
}
</style>
background-color css
<style>
a { background-color: #801DAE; }
a { background-color: rgb(128,29,174); }
div.DivClassName
{
background-color: #801DAE;
}
.BgClassName
{
background-color: #801DAE;
}
</style>
border-color css
<style>
span { border-color: #801DAE; }
span { border-color: rgb(128,29,174); }
td.TdClassName
{
border-color: #801DAE;
}
.TagClassName
{
border-color: #801DAE;
}
</style>