Shades of Vivid Violet #804392
Tints of Vivid Violet #804392
RGB
CMYK
RGB Variations
Color information
#804392 (or 0x804392) is known color: Vivid Violet. HEX triplet: 80, 43 and 92. RGB value is (128,67,146). Sum of RGB (Red+Green+Blue) = 128+67+146=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 146 - color contains mainly: blue. Hex color #804392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804392 is #7FBC6D. Grayscale: #5D5D5D. Windows color (decimal): -8371310 or 9585536. OLE color: 9585536.
HSL color Cylindrical-coordinate representation of color #804392: hue angle of 286.33º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #804392 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 67 | 146 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.43 |
| HSL | 286.33º | 0.37% | 0.42% | - |
| HSV(B) | 286.33º | 0.54% | 0.57% | - |
| XYZ | 16.1 | 10.68 | 28.41 | - |
| YUV | 94.25 | 157.21 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 67 | 146 | 0.12 | 0.54 | 0 | 0.43 | 286.33 | 0.37 | 0.42 |
| Hex | 80 | 43 | 92 | C | 36 | 0 | 2B | 11E | 25 | 2A |
| Octal | 200 | 103 | 222 | 14 | 66 | 0 | 53 | 436 | 45 | 52 |
| Binary | 10000000 | 1000011 | 10010010 | 1100 | 110110 | 0 | 101011 | 100011110 | 100101 | 101010 |
Color Harmonies of #804392
Complementary color
Monochromatic Colors of #804392
Black with #804392
Text Example
Text Example
White with #804392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804392; }
p { color: rgb(128,67,146); }
H1.HeaderClassName
{
color: #804392;
}
.AnyTagClassName
{
color: #804392;
}
</style>
background-color css
<style>
a { background-color: #804392; }
a { background-color: rgb(128,67,146); }
div.DivClassName
{
background-color: #804392;
}
.BgClassName
{
background-color: #804392;
}
</style>
border-color css
<style>
span { border-color: #804392; }
span { border-color: rgb(128,67,146); }
td.TdClassName
{
border-color: #804392;
}
.TagClassName
{
border-color: #804392;
}
</style>