Shades of Vivid Violet #8015A2
Tints of Vivid Violet #8015A2
RGB
CMYK
RGB Variations
Color information
#8015A2 (or 0x8015A2) is known color: Vivid Violet. HEX triplet: 80, 15 and A2. RGB value is (128,21,162). Sum of RGB (Red+Green+Blue) = 128+21+162=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 162 (63.67% from 255 or 52.09% from 311); Max value from RGB is 162 - color contains mainly: blue. Hex color #8015A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8015A2 is #7FEA5D. Grayscale: #444444. Windows color (decimal): -8383070 or 10622336. OLE color: 10622336.
HSL color Cylindrical-coordinate representation of color #8015A2: hue angle of 285.53º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8015A2 is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 21 | 162 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.36 |
| HSL | 285.53º | 0.77% | 0.36% | - |
| HSV(B) | 285.53º | 0.87% | 0.64% | - |
| XYZ | 15.69 | 7.73 | 34.85 | - |
| YUV | 69.07 | 180.45 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 21 | 162 | 0.21 | 0.87 | 0 | 0.36 | 285.53 | 0.77 | 0.36 |
| Hex | 80 | 15 | A2 | 15 | 57 | 0 | 24 | 11E | 4D | 24 |
| Octal | 200 | 25 | 242 | 25 | 127 | 0 | 44 | 436 | 115 | 44 |
| Binary | 10000000 | 10101 | 10100010 | 10101 | 1010111 | 0 | 100100 | 100011110 | 1001101 | 100100 |
Color Harmonies of #8015A2
Complementary color
Monochromatic Colors of #8015A2
Black with #8015A2
Text Example
Text Example
White with #8015A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8015A2; }
p { color: rgb(128,21,162); }
H1.HeaderClassName
{
color: #8015A2;
}
.AnyTagClassName
{
color: #8015A2;
}
</style>
background-color css
<style>
a { background-color: #8015A2; }
a { background-color: rgb(128,21,162); }
div.DivClassName
{
background-color: #8015A2;
}
.BgClassName
{
background-color: #8015A2;
}
</style>
border-color css
<style>
span { border-color: #8015A2; }
span { border-color: rgb(128,21,162); }
td.TdClassName
{
border-color: #8015A2;
}
.TagClassName
{
border-color: #8015A2;
}
</style>