Shades of Vivid Violet #802092
Tints of Vivid Violet #802092
RGB
CMYK
RGB Variations
Color information
#802092 (or 0x802092) is known color: Vivid Violet. HEX triplet: 80, 20 and 92. RGB value is (128,32,146). Sum of RGB (Red+Green+Blue) = 128+32+146=306 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.83% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 146 - color contains mainly: blue. Hex color #802092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802092 is #7FDF6D. Grayscale: #494949. Windows color (decimal): -8380270 or 9576576. OLE color: 9576576.
HSL color Cylindrical-coordinate representation of color #802092: hue angle of 290.53º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #802092 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 32 | 146 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.43 |
| HSL | 290.53º | 0.64% | 0.35% | - |
| HSV(B) | 290.53º | 0.78% | 0.57% | - |
| XYZ | 14.61 | 7.7 | 27.91 | - |
| YUV | 73.7 | 168.8 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 146 | 0.12 | 0.78 | 0 | 0.43 | 290.53 | 0.64 | 0.35 |
| Hex | 80 | 20 | 92 | C | 4E | 0 | 2B | 123 | 40 | 23 |
| Octal | 200 | 40 | 222 | 14 | 116 | 0 | 53 | 443 | 100 | 43 |
| Binary | 10000000 | 100000 | 10010010 | 1100 | 1001110 | 0 | 101011 | 100100011 | 1000000 | 100011 |
Color Harmonies of #802092
Complementary color
Monochromatic Colors of #802092
Black with #802092
Text Example
Text Example
White with #802092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802092; }
p { color: rgb(128,32,146); }
H1.HeaderClassName
{
color: #802092;
}
.AnyTagClassName
{
color: #802092;
}
</style>
background-color css
<style>
a { background-color: #802092; }
a { background-color: rgb(128,32,146); }
div.DivClassName
{
background-color: #802092;
}
.BgClassName
{
background-color: #802092;
}
</style>
border-color css
<style>
span { border-color: #802092; }
span { border-color: rgb(128,32,146); }
td.TdClassName
{
border-color: #802092;
}
.TagClassName
{
border-color: #802092;
}
</style>