Shades of Vivid Violet #8028AF
Tints of Vivid Violet #8028AF
RGB
CMYK
RGB Variations
Color information
#8028AF (or 0x8028AF) is known color: Vivid Violet. HEX triplet: 80, 28 and AF. RGB value is (128,40,175). Sum of RGB (Red+Green+Blue) = 128+40+175=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 40 (16.02% from 255 or 11.66% from 343); Blue value is 175 (68.75% from 255 or 51.02% from 343); Max value from RGB is 175 - color contains mainly: blue. Hex color #8028AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8028AF is #7FD750. Grayscale: #515151. Windows color (decimal): -8378193 or 11479168. OLE color: 11479168.
HSL color Cylindrical-coordinate representation of color #8028AF: hue angle of 279.11º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8028AF is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 40 | 175 | - |
| CMYK | 0.27 | 0.77 | 0 | 0.31 |
| HSL | 279.11º | 0.63% | 0.42% | - |
| HSV(B) | 279.11º | 0.77% | 0.69% | - |
| XYZ | 17.4 | 9.2 | 41.42 | - |
| YUV | 81.7 | 180.65 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 175 | 0.27 | 0.77 | 0 | 0.31 | 279.11 | 0.63 | 0.42 |
| Hex | 80 | 28 | AF | 1B | 4D | 0 | 1F | 117 | 3F | 2A |
| Octal | 200 | 50 | 257 | 33 | 115 | 0 | 37 | 427 | 77 | 52 |
| Binary | 10000000 | 101000 | 10101111 | 11011 | 1001101 | 0 | 11111 | 100010111 | 111111 | 101010 |
Color Harmonies of #8028AF
Complementary color
Monochromatic Colors of #8028AF
Black with #8028AF
Text Example
Text Example
White with #8028AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8028AF; }
p { color: rgb(128,40,175); }
H1.HeaderClassName
{
color: #8028AF;
}
.AnyTagClassName
{
color: #8028AF;
}
</style>
background-color css
<style>
a { background-color: #8028AF; }
a { background-color: rgb(128,40,175); }
div.DivClassName
{
background-color: #8028AF;
}
.BgClassName
{
background-color: #8028AF;
}
</style>
border-color css
<style>
span { border-color: #8028AF; }
span { border-color: rgb(128,40,175); }
td.TdClassName
{
border-color: #8028AF;
}
.TagClassName
{
border-color: #8028AF;
}
</style>