Shades of Vivid Violet #802CA9
Tints of Vivid Violet #802CA9
RGB
CMYK
RGB Variations
Color information
#802CA9 (or 0x802CA9) is known color: Vivid Violet. HEX triplet: 80, 2C and A9. RGB value is (128,44,169). Sum of RGB (Red+Green+Blue) = 128+44+169=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 44 (17.58% from 255 or 12.90% from 341); Blue value is 169 (66.41% from 255 or 49.56% from 341); Max value from RGB is 169 - color contains mainly: blue. Hex color #802CA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802CA9 is #7FD356. Grayscale: #525252. Windows color (decimal): -8377175 or 11086976. OLE color: 11086976.
HSL color Cylindrical-coordinate representation of color #802CA9: hue angle of 280.32º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #802CA9 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 128 | 44 | 169 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.34 |
| HSL | 280.32º | 0.59% | 0.42% | - |
| HSV(B) | 280.32º | 0.74% | 0.66% | - |
| XYZ | 16.96 | 9.26 | 38.43 | - |
| YUV | 83.37 | 176.33 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 169 | 0.24 | 0.74 | 0 | 0.34 | 280.32 | 0.59 | 0.42 |
| Hex | 80 | 2C | A9 | 18 | 4A | 0 | 22 | 118 | 3B | 2A |
| Octal | 200 | 54 | 251 | 30 | 112 | 0 | 42 | 430 | 73 | 52 |
| Binary | 10000000 | 101100 | 10101001 | 11000 | 1001010 | 0 | 100010 | 100011000 | 111011 | 101010 |
Color Harmonies of #802CA9
Complementary color
Monochromatic Colors of #802CA9
Black with #802CA9
Text Example
Text Example
White with #802CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802CA9; }
p { color: rgb(128,44,169); }
H1.HeaderClassName
{
color: #802CA9;
}
.AnyTagClassName
{
color: #802CA9;
}
</style>
background-color css
<style>
a { background-color: #802CA9; }
a { background-color: rgb(128,44,169); }
div.DivClassName
{
background-color: #802CA9;
}
.BgClassName
{
background-color: #802CA9;
}
</style>
border-color css
<style>
span { border-color: #802CA9; }
span { border-color: rgb(128,44,169); }
td.TdClassName
{
border-color: #802CA9;
}
.TagClassName
{
border-color: #802CA9;
}
</style>