Shades of Vivid Violet #802D93
Tints of Vivid Violet #802D93
RGB
CMYK
RGB Variations
Color information
#802D93 (or 0x802D93) is known color: Vivid Violet. HEX triplet: 80, 2D and 93. RGB value is (128,45,147). Sum of RGB (Red+Green+Blue) = 128+45+147=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 45 (17.97% from 255 or 14.06% from 320); Blue value is 147 (57.81% from 255 or 45.94% from 320); Max value from RGB is 147 - color contains mainly: blue. Hex color #802D93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802D93 is #7FD26C. Grayscale: #515151. Windows color (decimal): -8376941 or 9645440. OLE color: 9645440.
HSL color Cylindrical-coordinate representation of color #802D93: hue angle of 288.82º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #802D93 is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 45 | 147 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.42 |
| HSL | 288.82º | 0.53% | 0.38% | - |
| HSV(B) | 288.82º | 0.69% | 0.58% | - |
| XYZ | 15.11 | 8.57 | 28.46 | - |
| YUV | 81.45 | 165 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 147 | 0.13 | 0.69 | 0 | 0.42 | 288.82 | 0.53 | 0.38 |
| Hex | 80 | 2D | 93 | D | 45 | 0 | 2A | 121 | 35 | 26 |
| Octal | 200 | 55 | 223 | 15 | 105 | 0 | 52 | 441 | 65 | 46 |
| Binary | 10000000 | 101101 | 10010011 | 1101 | 1000101 | 0 | 101010 | 100100001 | 110101 | 100110 |
Color Harmonies of #802D93
Complementary color
Monochromatic Colors of #802D93
Black with #802D93
Text Example
Text Example
White with #802D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802D93; }
p { color: rgb(128,45,147); }
H1.HeaderClassName
{
color: #802D93;
}
.AnyTagClassName
{
color: #802D93;
}
</style>
background-color css
<style>
a { background-color: #802D93; }
a { background-color: rgb(128,45,147); }
div.DivClassName
{
background-color: #802D93;
}
.BgClassName
{
background-color: #802D93;
}
</style>
border-color css
<style>
span { border-color: #802D93; }
span { border-color: rgb(128,45,147); }
td.TdClassName
{
border-color: #802D93;
}
.TagClassName
{
border-color: #802D93;
}
</style>