Shades of Vivid Violet #802C89
Tints of Vivid Violet #802C89
RGB
CMYK
RGB Variations
Color information
#802C89 (or 0x802C89) is known color: Vivid Violet. HEX triplet: 80, 2C and 89. RGB value is (128,44,137). Sum of RGB (Red+Green+Blue) = 128+44+137=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 137 - color contains mainly: blue. Hex color #802C89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802C89 is #7FD376. Grayscale: #4F4F4F. Windows color (decimal): -8377207 or 8989824. OLE color: 8989824.
HSL color Cylindrical-coordinate representation of color #802C89: hue angle of 294.19º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #802C89 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 44 | 137 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.46 |
| HSL | 294.19º | 0.51% | 0.35% | - |
| HSV(B) | 294.19º | 0.68% | 0.54% | - |
| XYZ | 14.32 | 8.2 | 24.49 | - |
| YUV | 79.72 | 160.33 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 137 | 0.07 | 0.68 | 0 | 0.46 | 294.19 | 0.51 | 0.35 |
| Hex | 80 | 2C | 89 | 7 | 44 | 0 | 2E | 126 | 33 | 23 |
| Octal | 200 | 54 | 211 | 7 | 104 | 0 | 56 | 446 | 63 | 43 |
| Binary | 10000000 | 101100 | 10001001 | 111 | 1000100 | 0 | 101110 | 100100110 | 110011 | 100011 |
Color Harmonies of #802C89
Complementary color
Monochromatic Colors of #802C89
Black with #802C89
Text Example
Text Example
White with #802C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802C89; }
p { color: rgb(128,44,137); }
H1.HeaderClassName
{
color: #802C89;
}
.AnyTagClassName
{
color: #802C89;
}
</style>
background-color css
<style>
a { background-color: #802C89; }
a { background-color: rgb(128,44,137); }
div.DivClassName
{
background-color: #802C89;
}
.BgClassName
{
background-color: #802C89;
}
</style>
border-color css
<style>
span { border-color: #802C89; }
span { border-color: rgb(128,44,137); }
td.TdClassName
{
border-color: #802C89;
}
.TagClassName
{
border-color: #802C89;
}
</style>