Shades of Vivid Violet #804292
Tints of Vivid Violet #804292
RGB
CMYK
RGB Variations
Color information
#804292 (or 0x804292) is known color: Vivid Violet. HEX triplet: 80, 42 and 92. RGB value is (128,66,146). Sum of RGB (Red+Green+Blue) = 128+66+146=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 146 - color contains mainly: blue. Hex color #804292 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804292 is #7FBD6D. Grayscale: #5D5D5D. Windows color (decimal): -8371566 or 9585280. OLE color: 9585280.
HSL color Cylindrical-coordinate representation of color #804292: hue angle of 286.5º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #804292 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 66 | 146 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.43 |
| HSL | 286.5º | 0.38% | 0.42% | - |
| HSV(B) | 286.5º | 0.55% | 0.57% | - |
| XYZ | 16.04 | 10.56 | 28.39 | - |
| YUV | 93.66 | 157.54 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 66 | 146 | 0.12 | 0.55 | 0 | 0.43 | 286.5 | 0.38 | 0.42 |
| Hex | 80 | 42 | 92 | C | 37 | 0 | 2B | 11E | 26 | 2A |
| Octal | 200 | 102 | 222 | 14 | 67 | 0 | 53 | 436 | 46 | 52 |
| Binary | 10000000 | 1000010 | 10010010 | 1100 | 110111 | 0 | 101011 | 100011110 | 100110 | 101010 |
Color Harmonies of #804292
Complementary color
Monochromatic Colors of #804292
Black with #804292
Text Example
Text Example
White with #804292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804292; }
p { color: rgb(128,66,146); }
H1.HeaderClassName
{
color: #804292;
}
.AnyTagClassName
{
color: #804292;
}
</style>
background-color css
<style>
a { background-color: #804292; }
a { background-color: rgb(128,66,146); }
div.DivClassName
{
background-color: #804292;
}
.BgClassName
{
background-color: #804292;
}
</style>
border-color css
<style>
span { border-color: #804292; }
span { border-color: rgb(128,66,146); }
td.TdClassName
{
border-color: #804292;
}
.TagClassName
{
border-color: #804292;
}
</style>