Shades of Vivid Violet #802096
Tints of Vivid Violet #802096
RGB
CMYK
RGB Variations
Color information
#802096 (or 0x802096) is known color: Vivid Violet. HEX triplet: 80, 20 and 96. RGB value is (128,32,150). Sum of RGB (Red+Green+Blue) = 128+32+150=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 150 - color contains mainly: blue. Hex color #802096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802096 is #7FDF69. Grayscale: #494949. Windows color (decimal): -8380266 or 9838720. OLE color: 9838720.
HSL color Cylindrical-coordinate representation of color #802096: hue angle of 288.81º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #802096 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 128 | 32 | 150 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.41 |
| HSL | 288.81º | 0.65% | 0.36% | - |
| HSV(B) | 288.81º | 0.79% | 0.59% | - |
| XYZ | 14.92 | 7.82 | 29.58 | - |
| YUV | 74.16 | 170.8 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 150 | 0.15 | 0.79 | 0 | 0.41 | 288.81 | 0.65 | 0.36 |
| Hex | 80 | 20 | 96 | F | 4F | 0 | 29 | 121 | 41 | 24 |
| Octal | 200 | 40 | 226 | 17 | 117 | 0 | 51 | 441 | 101 | 44 |
| Binary | 10000000 | 100000 | 10010110 | 1111 | 1001111 | 0 | 101001 | 100100001 | 1000001 | 100100 |
Color Harmonies of #802096
Complementary color
Monochromatic Colors of #802096
Black with #802096
Text Example
Text Example
White with #802096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802096; }
p { color: rgb(128,32,150); }
H1.HeaderClassName
{
color: #802096;
}
.AnyTagClassName
{
color: #802096;
}
</style>
background-color css
<style>
a { background-color: #802096; }
a { background-color: rgb(128,32,150); }
div.DivClassName
{
background-color: #802096;
}
.BgClassName
{
background-color: #802096;
}
</style>
border-color css
<style>
span { border-color: #802096; }
span { border-color: rgb(128,32,150); }
td.TdClassName
{
border-color: #802096;
}
.TagClassName
{
border-color: #802096;
}
</style>