Shades of Vivid Violet #80279C
Tints of Vivid Violet #80279C
RGB
CMYK
RGB Variations
Color information
#80279C (or 0x80279C) is known color: Vivid Violet. HEX triplet: 80, 27 and 9C. RGB value is (128,39,156). Sum of RGB (Red+Green+Blue) = 128+39+156=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 156 (61.33% from 255 or 48.30% from 323); Max value from RGB is 156 - color contains mainly: blue. Hex color #80279C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80279C is #7FD863. Grayscale: #4E4E4E. Windows color (decimal): -8378468 or 10233728. OLE color: 10233728.
HSL color Cylindrical-coordinate representation of color #80279C: hue angle of 285.64º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #80279C is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 39 | 156 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.39 |
| HSL | 285.64º | 0.6% | 0.38% | - |
| HSV(B) | 285.64º | 0.75% | 0.61% | - |
| XYZ | 15.63 | 8.44 | 32.26 | - |
| YUV | 78.95 | 171.49 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 39 | 156 | 0.18 | 0.75 | 0 | 0.39 | 285.64 | 0.6 | 0.38 |
| Hex | 80 | 27 | 9C | 12 | 4B | 0 | 27 | 11E | 3C | 26 |
| Octal | 200 | 47 | 234 | 22 | 113 | 0 | 47 | 436 | 74 | 46 |
| Binary | 10000000 | 100111 | 10011100 | 10010 | 1001011 | 0 | 100111 | 100011110 | 111100 | 100110 |
Color Harmonies of #80279C
Complementary color
Monochromatic Colors of #80279C
Black with #80279C
Text Example
Text Example
White with #80279C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80279C; }
p { color: rgb(128,39,156); }
H1.HeaderClassName
{
color: #80279C;
}
.AnyTagClassName
{
color: #80279C;
}
</style>
background-color css
<style>
a { background-color: #80279C; }
a { background-color: rgb(128,39,156); }
div.DivClassName
{
background-color: #80279C;
}
.BgClassName
{
background-color: #80279C;
}
</style>
border-color css
<style>
span { border-color: #80279C; }
span { border-color: rgb(128,39,156); }
td.TdClassName
{
border-color: #80279C;
}
.TagClassName
{
border-color: #80279C;
}
</style>