Shades of Vivid Violet #80279A
Tints of Vivid Violet #80279A
RGB
CMYK
RGB Variations
Color information
#80279A (or 0x80279A) is known color: Vivid Violet. HEX triplet: 80, 27 and 9A. RGB value is (128,39,154). Sum of RGB (Red+Green+Blue) = 128+39+154=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 154 (60.55% from 255 or 47.98% from 321); Max value from RGB is 154 - color contains mainly: blue. Hex color #80279A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80279A is #7FD865. Grayscale: #4E4E4E. Windows color (decimal): -8378470 or 10102656. OLE color: 10102656.
HSL color Cylindrical-coordinate representation of color #80279A: hue angle of 286.43º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #80279A is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 39 | 154 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.40 |
| HSL | 286.43º | 0.6% | 0.38% | - |
| HSV(B) | 286.43º | 0.75% | 0.6% | - |
| XYZ | 15.46 | 8.37 | 31.37 | - |
| YUV | 78.72 | 170.49 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 39 | 154 | 0.17 | 0.75 | 0 | 0.40 | 286.43 | 0.6 | 0.38 |
| Hex | 80 | 27 | 9A | 11 | 4B | 0 | 28 | 11E | 3C | 26 |
| Octal | 200 | 47 | 232 | 21 | 113 | 0 | 50 | 436 | 74 | 46 |
| Binary | 10000000 | 100111 | 10011010 | 10001 | 1001011 | 0 | 101000 | 100011110 | 111100 | 100110 |
Color Harmonies of #80279A
Complementary color
Monochromatic Colors of #80279A
Black with #80279A
Text Example
Text Example
White with #80279A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80279A; }
p { color: rgb(128,39,154); }
H1.HeaderClassName
{
color: #80279A;
}
.AnyTagClassName
{
color: #80279A;
}
</style>
background-color css
<style>
a { background-color: #80279A; }
a { background-color: rgb(128,39,154); }
div.DivClassName
{
background-color: #80279A;
}
.BgClassName
{
background-color: #80279A;
}
</style>
border-color css
<style>
span { border-color: #80279A; }
span { border-color: rgb(128,39,154); }
td.TdClassName
{
border-color: #80279A;
}
.TagClassName
{
border-color: #80279A;
}
</style>