Shades of Vivid Violet #803D84
Tints of Vivid Violet #803D84
RGB
CMYK
RGB Variations
Color information
#803D84 (or 0x803D84) is known color: Vivid Violet. HEX triplet: 80, 3D and 84. RGB value is (128,61,132). Sum of RGB (Red+Green+Blue) = 128+61+132=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 132 - color contains mainly: blue. Hex color #803D84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803D84 is #7FC27B. Grayscale: #585858. Windows color (decimal): -8372860 or 8666496. OLE color: 8666496.
HSL color Cylindrical-coordinate representation of color #803D84: hue angle of 296.62º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #803D84 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 61 | 132 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.48 |
| HSL | 296.62º | 0.37% | 0.38% | - |
| HSV(B) | 296.62º | 0.54% | 0.52% | - |
| XYZ | 14.74 | 9.59 | 22.9 | - |
| YUV | 89.13 | 152.2 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 61 | 132 | 0.03 | 0.54 | 0 | 0.48 | 296.62 | 0.37 | 0.38 |
| Hex | 80 | 3D | 84 | 3 | 36 | 0 | 30 | 129 | 25 | 26 |
| Octal | 200 | 75 | 204 | 3 | 66 | 0 | 60 | 451 | 45 | 46 |
| Binary | 10000000 | 111101 | 10000100 | 11 | 110110 | 0 | 110000 | 100101001 | 100101 | 100110 |
Color Harmonies of #803D84
Complementary color
Monochromatic Colors of #803D84
Black with #803D84
Text Example
Text Example
White with #803D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803D84; }
p { color: rgb(128,61,132); }
H1.HeaderClassName
{
color: #803D84;
}
.AnyTagClassName
{
color: #803D84;
}
</style>
background-color css
<style>
a { background-color: #803D84; }
a { background-color: rgb(128,61,132); }
div.DivClassName
{
background-color: #803D84;
}
.BgClassName
{
background-color: #803D84;
}
</style>
border-color css
<style>
span { border-color: #803D84; }
span { border-color: rgb(128,61,132); }
td.TdClassName
{
border-color: #803D84;
}
.TagClassName
{
border-color: #803D84;
}
</style>