Shades of Vivid Violet #802992
Tints of Vivid Violet #802992
RGB
CMYK
RGB Variations
Color information
#802992 (or 0x802992) is known color: Vivid Violet. HEX triplet: 80, 29 and 92. RGB value is (128,41,146). Sum of RGB (Red+Green+Blue) = 128+41+146=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 146 - color contains mainly: blue. Hex color #802992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802992 is #7FD66D. Grayscale: #4E4E4E. Windows color (decimal): -8377966 or 9578880. OLE color: 9578880.
HSL color Cylindrical-coordinate representation of color #802992: hue angle of 289.71º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #802992 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 41 | 146 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.43 |
| HSL | 289.71º | 0.56% | 0.37% | - |
| HSV(B) | 289.71º | 0.72% | 0.57% | - |
| XYZ | 14.88 | 8.25 | 28 | - |
| YUV | 78.98 | 165.82 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 41 | 146 | 0.12 | 0.72 | 0 | 0.43 | 289.71 | 0.56 | 0.37 |
| Hex | 80 | 29 | 92 | C | 48 | 0 | 2B | 122 | 38 | 25 |
| Octal | 200 | 51 | 222 | 14 | 110 | 0 | 53 | 442 | 70 | 45 |
| Binary | 10000000 | 101001 | 10010010 | 1100 | 1001000 | 0 | 101011 | 100100010 | 111000 | 100101 |
Color Harmonies of #802992
Complementary color
Monochromatic Colors of #802992
Black with #802992
Text Example
Text Example
White with #802992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802992; }
p { color: rgb(128,41,146); }
H1.HeaderClassName
{
color: #802992;
}
.AnyTagClassName
{
color: #802992;
}
</style>
background-color css
<style>
a { background-color: #802992; }
a { background-color: rgb(128,41,146); }
div.DivClassName
{
background-color: #802992;
}
.BgClassName
{
background-color: #802992;
}
</style>
border-color css
<style>
span { border-color: #802992; }
span { border-color: rgb(128,41,146); }
td.TdClassName
{
border-color: #802992;
}
.TagClassName
{
border-color: #802992;
}
</style>