Shades of Vivid Violet #802D88
Tints of Vivid Violet #802D88
RGB
CMYK
RGB Variations
Color information
#802D88 (or 0x802D88) is known color: Vivid Violet. HEX triplet: 80, 2D and 88. RGB value is (128,45,136). Sum of RGB (Red+Green+Blue) = 128+45+136=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 45 (17.97% from 255 or 14.56% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 136 - color contains mainly: blue. Hex color #802D88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802D88 is #7FD277. Grayscale: #4F4F4F. Windows color (decimal): -8376952 or 8924544. OLE color: 8924544.
HSL color Cylindrical-coordinate representation of color #802D88: hue angle of 294.73º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #802D88 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 45 | 136 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.47 |
| HSL | 294.73º | 0.5% | 0.35% | - |
| HSV(B) | 294.73º | 0.67% | 0.53% | - |
| XYZ | 14.28 | 8.24 | 24.13 | - |
| YUV | 80.19 | 159.5 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 136 | 0.06 | 0.67 | 0 | 0.47 | 294.73 | 0.5 | 0.35 |
| Hex | 80 | 2D | 88 | 6 | 43 | 0 | 2F | 127 | 32 | 23 |
| Octal | 200 | 55 | 210 | 6 | 103 | 0 | 57 | 447 | 62 | 43 |
| Binary | 10000000 | 101101 | 10001000 | 110 | 1000011 | 0 | 101111 | 100100111 | 110010 | 100011 |
Color Harmonies of #802D88
Complementary color
Monochromatic Colors of #802D88
Black with #802D88
Text Example
Text Example
White with #802D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802D88; }
p { color: rgb(128,45,136); }
H1.HeaderClassName
{
color: #802D88;
}
.AnyTagClassName
{
color: #802D88;
}
</style>
background-color css
<style>
a { background-color: #802D88; }
a { background-color: rgb(128,45,136); }
div.DivClassName
{
background-color: #802D88;
}
.BgClassName
{
background-color: #802D88;
}
</style>
border-color css
<style>
span { border-color: #802D88; }
span { border-color: rgb(128,45,136); }
td.TdClassName
{
border-color: #802D88;
}
.TagClassName
{
border-color: #802D88;
}
</style>