Shades of Vivid Violet #8026AD
Tints of Vivid Violet #8026AD
RGB
CMYK
RGB Variations
Color information
#8026AD (or 0x8026AD) is known color: Vivid Violet. HEX triplet: 80, 26 and AD. RGB value is (128,38,173). Sum of RGB (Red+Green+Blue) = 128+38+173=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #8026AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8026AD is #7FD952. Grayscale: #4F4F4F. Windows color (decimal): -8378707 or 11347584. OLE color: 11347584.
HSL color Cylindrical-coordinate representation of color #8026AD: hue angle of 280º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8026AD is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 38 | 173 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.32 |
| HSL | 280º | 0.64% | 0.41% | - |
| HSV(B) | 280º | 0.78% | 0.68% | - |
| XYZ | 17.14 | 8.99 | 40.37 | - |
| YUV | 80.3 | 180.32 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 38 | 173 | 0.26 | 0.78 | 0 | 0.32 | 280 | 0.64 | 0.41 |
| Hex | 80 | 26 | AD | 1A | 4E | 0 | 20 | 118 | 40 | 29 |
| Octal | 200 | 46 | 255 | 32 | 116 | 0 | 40 | 430 | 100 | 51 |
| Binary | 10000000 | 100110 | 10101101 | 11010 | 1001110 | 0 | 100000 | 100011000 | 1000000 | 101001 |
Color Harmonies of #8026AD
Complementary color
Monochromatic Colors of #8026AD
Black with #8026AD
Text Example
Text Example
White with #8026AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8026AD; }
p { color: rgb(128,38,173); }
H1.HeaderClassName
{
color: #8026AD;
}
.AnyTagClassName
{
color: #8026AD;
}
</style>
background-color css
<style>
a { background-color: #8026AD; }
a { background-color: rgb(128,38,173); }
div.DivClassName
{
background-color: #8026AD;
}
.BgClassName
{
background-color: #8026AD;
}
</style>
border-color css
<style>
span { border-color: #8026AD; }
span { border-color: rgb(128,38,173); }
td.TdClassName
{
border-color: #8026AD;
}
.TagClassName
{
border-color: #8026AD;
}
</style>