Shades of Vivid Violet #802EA3
Tints of Vivid Violet #802EA3
RGB
CMYK
RGB Variations
Color information
#802EA3 (or 0x802EA3) is known color: Vivid Violet. HEX triplet: 80, 2E and A3. RGB value is (128,46,163). Sum of RGB (Red+Green+Blue) = 128+46+163=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 46 (18.36% from 255 or 13.65% from 337); Blue value is 163 (64.06% from 255 or 48.37% from 337); Max value from RGB is 163 - color contains mainly: blue. Hex color #802EA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802EA3 is #7FD15C. Grayscale: #535353. Windows color (decimal): -8376669 or 10694272. OLE color: 10694272.
HSL color Cylindrical-coordinate representation of color #802EA3: hue angle of 282.05º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #802EA3 is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 46 | 163 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.36 |
| HSL | 282.05º | 0.56% | 0.41% | - |
| HSV(B) | 282.05º | 0.72% | 0.64% | - |
| XYZ | 16.49 | 9.19 | 35.55 | - |
| YUV | 83.86 | 172.67 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 46 | 163 | 0.21 | 0.72 | 0 | 0.36 | 282.05 | 0.56 | 0.41 |
| Hex | 80 | 2E | A3 | 15 | 48 | 0 | 24 | 11A | 38 | 29 |
| Octal | 200 | 56 | 243 | 25 | 110 | 0 | 44 | 432 | 70 | 51 |
| Binary | 10000000 | 101110 | 10100011 | 10101 | 1001000 | 0 | 100100 | 100011010 | 111000 | 101001 |
Color Harmonies of #802EA3
Complementary color
Monochromatic Colors of #802EA3
Black with #802EA3
Text Example
Text Example
White with #802EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802EA3; }
p { color: rgb(128,46,163); }
H1.HeaderClassName
{
color: #802EA3;
}
.AnyTagClassName
{
color: #802EA3;
}
</style>
background-color css
<style>
a { background-color: #802EA3; }
a { background-color: rgb(128,46,163); }
div.DivClassName
{
background-color: #802EA3;
}
.BgClassName
{
background-color: #802EA3;
}
</style>
border-color css
<style>
span { border-color: #802EA3; }
span { border-color: rgb(128,46,163); }
td.TdClassName
{
border-color: #802EA3;
}
.TagClassName
{
border-color: #802EA3;
}
</style>