Shades of Vivid Violet #804282
Tints of Vivid Violet #804282
RGB
CMYK
RGB Variations
Color information
#804282 (or 0x804282) is known color: Vivid Violet. HEX triplet: 80, 42 and 82. RGB value is (128,66,130). Sum of RGB (Red+Green+Blue) = 128+66+130=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 130 - color contains mainly: blue. Hex color #804282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804282 is #7FBD7D. Grayscale: #5B5B5B. Windows color (decimal): -8371582 or 8536704. OLE color: 8536704.
HSL color Cylindrical-coordinate representation of color #804282: hue angle of 298.12º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #804282 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 66 | 130 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.49 |
| HSL | 298.13º | 0.33% | 0.38% | - |
| HSV(B) | 298.13º | 0.49% | 0.51% | - |
| XYZ | 14.88 | 10.1 | 22.28 | - |
| YUV | 91.83 | 149.54 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 66 | 130 | 0.02 | 0.49 | 0 | 0.49 | 298.13 | 0.33 | 0.38 |
| Hex | 80 | 42 | 82 | 2 | 31 | 0 | 31 | 12A | 21 | 26 |
| Octal | 200 | 102 | 202 | 2 | 61 | 0 | 61 | 452 | 41 | 46 |
| Binary | 10000000 | 1000010 | 10000010 | 10 | 110001 | 0 | 110001 | 100101010 | 100001 | 100110 |
Color Harmonies of #804282
Complementary color
Monochromatic Colors of #804282
Black with #804282
Text Example
Text Example
White with #804282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804282; }
p { color: rgb(128,66,130); }
H1.HeaderClassName
{
color: #804282;
}
.AnyTagClassName
{
color: #804282;
}
</style>
background-color css
<style>
a { background-color: #804282; }
a { background-color: rgb(128,66,130); }
div.DivClassName
{
background-color: #804282;
}
.BgClassName
{
background-color: #804282;
}
</style>
border-color css
<style>
span { border-color: #804282; }
span { border-color: rgb(128,66,130); }
td.TdClassName
{
border-color: #804282;
}
.TagClassName
{
border-color: #804282;
}
</style>