Shades of Vivid Violet #803180
Tints of Vivid Violet #803180
RGB
CMYK
RGB Variations
Color information
#803180 (or 0x803180) is known color: Vivid Violet. HEX triplet: 80, 31 and 80. RGB value is (128,49,128). Sum of RGB (Red+Green+Blue) = 128+49+128=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 128 - color contains mainly: red, blue. Hex color #803180 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803180 is #7FCE7F. Grayscale: #515151. Windows color (decimal): -8375936 or 8401280. OLE color: 8401280.
HSL color Cylindrical-coordinate representation of color #803180: hue angle of 300º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #803180 is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 49 | 128 | - |
| CMYK | 0 | 0.62 | 0 | 0.50 |
| HSL | 300º | 0.45% | 0.35% | - |
| HSV(B) | 300º | 0.62% | 0.5% | - |
| XYZ | 13.9 | 8.34 | 21.3 | - |
| YUV | 81.63 | 154.17 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 49 | 128 | 0 | 0.62 | 0 | 0.50 | 300 | 0.45 | 0.35 |
| Hex | 80 | 31 | 80 | 0 | 3E | 0 | 32 | 12C | 2D | 23 |
| Octal | 200 | 61 | 200 | 0 | 76 | 0 | 62 | 454 | 55 | 43 |
| Binary | 10000000 | 110001 | 10000000 | 0 | 111110 | 0 | 110010 | 100101100 | 101101 | 100011 |
Color Harmonies of #803180
Complementary color
Monochromatic Colors of #803180
Black with #803180
Text Example
Text Example
White with #803180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803180; }
p { color: rgb(128,49,128); }
H1.HeaderClassName
{
color: #803180;
}
.AnyTagClassName
{
color: #803180;
}
</style>
background-color css
<style>
a { background-color: #803180; }
a { background-color: rgb(128,49,128); }
div.DivClassName
{
background-color: #803180;
}
.BgClassName
{
background-color: #803180;
}
</style>
border-color css
<style>
span { border-color: #803180; }
span { border-color: rgb(128,49,128); }
td.TdClassName
{
border-color: #803180;
}
.TagClassName
{
border-color: #803180;
}
</style>