Shades of Vivid Violet #802C84
Tints of Vivid Violet #802C84
RGB
CMYK
RGB Variations
Color information
#802C84 (or 0x802C84) is known color: Vivid Violet. HEX triplet: 80, 2C and 84. RGB value is (128,44,132). Sum of RGB (Red+Green+Blue) = 128+44+132=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 132 (51.95% from 255 or 43.42% from 304); Max value from RGB is 132 - color contains mainly: blue. Hex color #802C84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802C84 is #7FD37B. Grayscale: #4E4E4E. Windows color (decimal): -8377212 or 8662144. OLE color: 8662144.
HSL color Cylindrical-coordinate representation of color #802C84: hue angle of 297.27º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #802C84 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 44 | 132 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.48 |
| HSL | 297.27º | 0.5% | 0.35% | - |
| HSV(B) | 297.27º | 0.67% | 0.52% | - |
| XYZ | 13.97 | 8.06 | 22.65 | - |
| YUV | 79.15 | 157.83 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 132 | 0.03 | 0.67 | 0 | 0.48 | 297.27 | 0.5 | 0.35 |
| Hex | 80 | 2C | 84 | 3 | 43 | 0 | 30 | 129 | 32 | 23 |
| Octal | 200 | 54 | 204 | 3 | 103 | 0 | 60 | 451 | 62 | 43 |
| Binary | 10000000 | 101100 | 10000100 | 11 | 1000011 | 0 | 110000 | 100101001 | 110010 | 100011 |
Color Harmonies of #802C84
Complementary color
Monochromatic Colors of #802C84
Black with #802C84
Text Example
Text Example
White with #802C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802C84; }
p { color: rgb(128,44,132); }
H1.HeaderClassName
{
color: #802C84;
}
.AnyTagClassName
{
color: #802C84;
}
</style>
background-color css
<style>
a { background-color: #802C84; }
a { background-color: rgb(128,44,132); }
div.DivClassName
{
background-color: #802C84;
}
.BgClassName
{
background-color: #802C84;
}
</style>
border-color css
<style>
span { border-color: #802C84; }
span { border-color: rgb(128,44,132); }
td.TdClassName
{
border-color: #802C84;
}
.TagClassName
{
border-color: #802C84;
}
</style>