Shades of Vivid Violet #802EAC
Tints of Vivid Violet #802EAC
RGB
CMYK
RGB Variations
Color information
#802EAC (or 0x802EAC) is known color: Vivid Violet. HEX triplet: 80, 2E and AC. RGB value is (128,46,172). Sum of RGB (Red+Green+Blue) = 128+46+172=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 46 (18.36% from 255 or 13.29% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #802EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802EAC is #7FD153. Grayscale: #545454. Windows color (decimal): -8376660 or 11284096. OLE color: 11284096.
HSL color Cylindrical-coordinate representation of color #802EAC: hue angle of 279.05º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #802EAC is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 46 | 172 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.33 |
| HSL | 279.05º | 0.58% | 0.43% | - |
| HSV(B) | 279.05º | 0.73% | 0.67% | - |
| XYZ | 17.33 | 9.52 | 39.95 | - |
| YUV | 84.88 | 177.17 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 46 | 172 | 0.26 | 0.73 | 0 | 0.33 | 279.05 | 0.58 | 0.43 |
| Hex | 80 | 2E | AC | 1A | 49 | 0 | 21 | 117 | 3A | 2B |
| Octal | 200 | 56 | 254 | 32 | 111 | 0 | 41 | 427 | 72 | 53 |
| Binary | 10000000 | 101110 | 10101100 | 11010 | 1001001 | 0 | 100001 | 100010111 | 111010 | 101011 |
Color Harmonies of #802EAC
Complementary color
Monochromatic Colors of #802EAC
Black with #802EAC
Text Example
Text Example
White with #802EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802EAC; }
p { color: rgb(128,46,172); }
H1.HeaderClassName
{
color: #802EAC;
}
.AnyTagClassName
{
color: #802EAC;
}
</style>
background-color css
<style>
a { background-color: #802EAC; }
a { background-color: rgb(128,46,172); }
div.DivClassName
{
background-color: #802EAC;
}
.BgClassName
{
background-color: #802EAC;
}
</style>
border-color css
<style>
span { border-color: #802EAC; }
span { border-color: rgb(128,46,172); }
td.TdClassName
{
border-color: #802EAC;
}
.TagClassName
{
border-color: #802EAC;
}
</style>