Shades of Vivid Violet #802DA1
Tints of Vivid Violet #802DA1
RGB
CMYK
RGB Variations
Color information
#802DA1 (or 0x802DA1) is known color: Vivid Violet. HEX triplet: 80, 2D and A1. RGB value is (128,45,161). Sum of RGB (Red+Green+Blue) = 128+45+161=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 45 (17.97% from 255 or 13.47% from 334); Blue value is 161 (63.28% from 255 or 48.20% from 334); Max value from RGB is 161 - color contains mainly: blue. Hex color #802DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802DA1 is #7FD25E. Grayscale: #525252. Windows color (decimal): -8376927 or 10562944. OLE color: 10562944.
HSL color Cylindrical-coordinate representation of color #802DA1: hue angle of 282.93º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #802DA1 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 45 | 161 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.37 |
| HSL | 282.93º | 0.56% | 0.4% | - |
| HSV(B) | 282.93º | 0.72% | 0.63% | - |
| XYZ | 16.27 | 9.04 | 34.61 | - |
| YUV | 83.04 | 172 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 161 | 0.20 | 0.72 | 0 | 0.37 | 282.93 | 0.56 | 0.4 |
| Hex | 80 | 2D | A1 | 14 | 48 | 0 | 25 | 11B | 38 | 28 |
| Octal | 200 | 55 | 241 | 24 | 110 | 0 | 45 | 433 | 70 | 50 |
| Binary | 10000000 | 101101 | 10100001 | 10100 | 1001000 | 0 | 100101 | 100011011 | 111000 | 101000 |
Color Harmonies of #802DA1
Complementary color
Monochromatic Colors of #802DA1
Black with #802DA1
Text Example
Text Example
White with #802DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802DA1; }
p { color: rgb(128,45,161); }
H1.HeaderClassName
{
color: #802DA1;
}
.AnyTagClassName
{
color: #802DA1;
}
</style>
background-color css
<style>
a { background-color: #802DA1; }
a { background-color: rgb(128,45,161); }
div.DivClassName
{
background-color: #802DA1;
}
.BgClassName
{
background-color: #802DA1;
}
</style>
border-color css
<style>
span { border-color: #802DA1; }
span { border-color: rgb(128,45,161); }
td.TdClassName
{
border-color: #802DA1;
}
.TagClassName
{
border-color: #802DA1;
}
</style>