Shades of Vivid Violet #804182
Tints of Vivid Violet #804182
RGB
CMYK
RGB Variations
Color information
#804182 (or 0x804182) is known color: Vivid Violet. HEX triplet: 80, 41 and 82. RGB value is (128,65,130). Sum of RGB (Red+Green+Blue) = 128+65+130=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 130 - color contains mainly: blue. Hex color #804182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804182 is #7FBE7D. Grayscale: #5B5B5B. Windows color (decimal): -8371838 or 8536448. OLE color: 8536448.
HSL color Cylindrical-coordinate representation of color #804182: hue angle of 298.15º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #804182 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 65 | 130 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.49 |
| HSL | 298.15º | 0.33% | 0.38% | - |
| HSV(B) | 298.15º | 0.5% | 0.51% | - |
| XYZ | 14.82 | 9.98 | 22.26 | - |
| YUV | 91.25 | 149.87 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 130 | 0.02 | 0.50 | 0 | 0.49 | 298.15 | 0.33 | 0.38 |
| Hex | 80 | 41 | 82 | 2 | 32 | 0 | 31 | 12A | 21 | 26 |
| Octal | 200 | 101 | 202 | 2 | 62 | 0 | 61 | 452 | 41 | 46 |
| Binary | 10000000 | 1000001 | 10000010 | 10 | 110010 | 0 | 110001 | 100101010 | 100001 | 100110 |
Color Harmonies of #804182
Complementary color
Monochromatic Colors of #804182
Black with #804182
Text Example
Text Example
White with #804182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804182; }
p { color: rgb(128,65,130); }
H1.HeaderClassName
{
color: #804182;
}
.AnyTagClassName
{
color: #804182;
}
</style>
background-color css
<style>
a { background-color: #804182; }
a { background-color: rgb(128,65,130); }
div.DivClassName
{
background-color: #804182;
}
.BgClassName
{
background-color: #804182;
}
</style>
border-color css
<style>
span { border-color: #804182; }
span { border-color: rgb(128,65,130); }
td.TdClassName
{
border-color: #804182;
}
.TagClassName
{
border-color: #804182;
}
</style>