Shades of Vivid Violet #80418A
Tints of Vivid Violet #80418A
RGB
CMYK
RGB Variations
Color information
#80418A (or 0x80418A) is known color: Vivid Violet. HEX triplet: 80, 41 and 8A. RGB value is (128,65,138). Sum of RGB (Red+Green+Blue) = 128+65+138=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 138 - color contains mainly: blue. Hex color #80418A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80418A is #7FBE75. Grayscale: #5B5B5B. Windows color (decimal): -8371830 or 9060736. OLE color: 9060736.
HSL color Cylindrical-coordinate representation of color #80418A: hue angle of 291.78º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80418A is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 65 | 138 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.46 |
| HSL | 291.78º | 0.36% | 0.4% | - |
| HSV(B) | 291.78º | 0.53% | 0.54% | - |
| XYZ | 15.38 | 10.2 | 25.2 | - |
| YUV | 92.16 | 153.87 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 138 | 0.07 | 0.53 | 0 | 0.46 | 291.78 | 0.36 | 0.4 |
| Hex | 80 | 41 | 8A | 7 | 35 | 0 | 2E | 124 | 24 | 28 |
| Octal | 200 | 101 | 212 | 7 | 65 | 0 | 56 | 444 | 44 | 50 |
| Binary | 10000000 | 1000001 | 10001010 | 111 | 110101 | 0 | 101110 | 100100100 | 100100 | 101000 |
Color Harmonies of #80418A
Complementary color
Monochromatic Colors of #80418A
Black with #80418A
Text Example
Text Example
White with #80418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80418A; }
p { color: rgb(128,65,138); }
H1.HeaderClassName
{
color: #80418A;
}
.AnyTagClassName
{
color: #80418A;
}
</style>
background-color css
<style>
a { background-color: #80418A; }
a { background-color: rgb(128,65,138); }
div.DivClassName
{
background-color: #80418A;
}
.BgClassName
{
background-color: #80418A;
}
</style>
border-color css
<style>
span { border-color: #80418A; }
span { border-color: rgb(128,65,138); }
td.TdClassName
{
border-color: #80418A;
}
.TagClassName
{
border-color: #80418A;
}
</style>