Shades of Vivid Violet #8035A0
Tints of Vivid Violet #8035A0
RGB
CMYK
RGB Variations
Color information
#8035A0 (or 0x8035A0) is known color: Vivid Violet. HEX triplet: 80, 35 and A0. RGB value is (128,53,160). Sum of RGB (Red+Green+Blue) = 128+53+160=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 160 (62.89% from 255 or 46.92% from 341); Max value from RGB is 160 - color contains mainly: blue. Hex color #8035A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8035A0 is #7FCA5F. Grayscale: #575757. Windows color (decimal): -8374880 or 10499456. OLE color: 10499456.
HSL color Cylindrical-coordinate representation of color #8035A0: hue angle of 282.06º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8035A0 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 53 | 160 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.37 |
| HSL | 282.06º | 0.5% | 0.42% | - |
| HSV(B) | 282.06º | 0.67% | 0.63% | - |
| XYZ | 16.52 | 9.67 | 34.25 | - |
| YUV | 87.62 | 168.85 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 53 | 160 | 0.20 | 0.67 | 0 | 0.37 | 282.06 | 0.5 | 0.42 |
| Hex | 80 | 35 | A0 | 14 | 43 | 0 | 25 | 11A | 32 | 2A |
| Octal | 200 | 65 | 240 | 24 | 103 | 0 | 45 | 432 | 62 | 52 |
| Binary | 10000000 | 110101 | 10100000 | 10100 | 1000011 | 0 | 100101 | 100011010 | 110010 | 101010 |
Color Harmonies of #8035A0
Complementary color
Monochromatic Colors of #8035A0
Black with #8035A0
Text Example
Text Example
White with #8035A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8035A0; }
p { color: rgb(128,53,160); }
H1.HeaderClassName
{
color: #8035A0;
}
.AnyTagClassName
{
color: #8035A0;
}
</style>
background-color css
<style>
a { background-color: #8035A0; }
a { background-color: rgb(128,53,160); }
div.DivClassName
{
background-color: #8035A0;
}
.BgClassName
{
background-color: #8035A0;
}
</style>
border-color css
<style>
span { border-color: #8035A0; }
span { border-color: rgb(128,53,160); }
td.TdClassName
{
border-color: #8035A0;
}
.TagClassName
{
border-color: #8035A0;
}
</style>