Shades of Vivid Violet #8028AC
Tints of Vivid Violet #8028AC
RGB
CMYK
RGB Variations
Color information
#8028AC (or 0x8028AC) is known color: Vivid Violet. HEX triplet: 80, 28 and AC. RGB value is (128,40,172). Sum of RGB (Red+Green+Blue) = 128+40+172=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #8028AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8028AC is #7FD753. Grayscale: #505050. Windows color (decimal): -8378196 or 11282560. OLE color: 11282560.
HSL color Cylindrical-coordinate representation of color #8028AC: hue angle of 280º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8028AC is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 40 | 172 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.33 |
| HSL | 280º | 0.62% | 0.42% | - |
| HSV(B) | 280º | 0.77% | 0.67% | - |
| XYZ | 17.11 | 9.09 | 39.88 | - |
| YUV | 81.36 | 179.15 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 172 | 0.26 | 0.77 | 0 | 0.33 | 280 | 0.62 | 0.42 |
| Hex | 80 | 28 | AC | 1A | 4D | 0 | 21 | 118 | 3E | 2A |
| Octal | 200 | 50 | 254 | 32 | 115 | 0 | 41 | 430 | 76 | 52 |
| Binary | 10000000 | 101000 | 10101100 | 11010 | 1001101 | 0 | 100001 | 100011000 | 111110 | 101010 |
Color Harmonies of #8028AC
Complementary color
Monochromatic Colors of #8028AC
Black with #8028AC
Text Example
Text Example
White with #8028AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8028AC; }
p { color: rgb(128,40,172); }
H1.HeaderClassName
{
color: #8028AC;
}
.AnyTagClassName
{
color: #8028AC;
}
</style>
background-color css
<style>
a { background-color: #8028AC; }
a { background-color: rgb(128,40,172); }
div.DivClassName
{
background-color: #8028AC;
}
.BgClassName
{
background-color: #8028AC;
}
</style>
border-color css
<style>
span { border-color: #8028AC; }
span { border-color: rgb(128,40,172); }
td.TdClassName
{
border-color: #8028AC;
}
.TagClassName
{
border-color: #8028AC;
}
</style>