Shades of Vivid Violet #8041A0
Tints of Vivid Violet #8041A0
RGB
CMYK
RGB Variations
Color information
#8041A0 (or 0x8041A0) is known color: Vivid Violet. HEX triplet: 80, 41 and A0. RGB value is (128,65,160). Sum of RGB (Red+Green+Blue) = 128+65+160=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 160 (62.89% from 255 or 45.33% from 353); Max value from RGB is 160 - color contains mainly: blue. Hex color #8041A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8041A0 is #7FBE5F. Grayscale: #5E5E5E. Windows color (decimal): -8371808 or 10502528. OLE color: 10502528.
HSL color Cylindrical-coordinate representation of color #8041A0: hue angle of 279.79º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8041A0 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 65 | 160 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.37 |
| HSL | 279.79º | 0.42% | 0.44% | - |
| HSV(B) | 279.79º | 0.59% | 0.63% | - |
| XYZ | 17.14 | 10.91 | 34.46 | - |
| YUV | 94.67 | 164.87 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 160 | 0.20 | 0.59 | 0 | 0.37 | 279.79 | 0.42 | 0.44 |
| Hex | 80 | 41 | A0 | 14 | 3B | 0 | 25 | 118 | 2A | 2C |
| Octal | 200 | 101 | 240 | 24 | 73 | 0 | 45 | 430 | 52 | 54 |
| Binary | 10000000 | 1000001 | 10100000 | 10100 | 111011 | 0 | 100101 | 100011000 | 101010 | 101100 |
Color Harmonies of #8041A0
Complementary color
Monochromatic Colors of #8041A0
Black with #8041A0
Text Example
Text Example
White with #8041A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8041A0; }
p { color: rgb(128,65,160); }
H1.HeaderClassName
{
color: #8041A0;
}
.AnyTagClassName
{
color: #8041A0;
}
</style>
background-color css
<style>
a { background-color: #8041A0; }
a { background-color: rgb(128,65,160); }
div.DivClassName
{
background-color: #8041A0;
}
.BgClassName
{
background-color: #8041A0;
}
</style>
border-color css
<style>
span { border-color: #8041A0; }
span { border-color: rgb(128,65,160); }
td.TdClassName
{
border-color: #8041A0;
}
.TagClassName
{
border-color: #8041A0;
}
</style>