Shades of Vivid Violet #8027AD
Tints of Vivid Violet #8027AD
RGB
CMYK
RGB Variations
Color information
#8027AD (or 0x8027AD) is known color: Vivid Violet. HEX triplet: 80, 27 and AD. RGB value is (128,39,173). Sum of RGB (Red+Green+Blue) = 128+39+173=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 39 (15.62% from 255 or 11.47% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #8027AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8027AD is #7FD852. Grayscale: #505050. Windows color (decimal): -8378451 or 11347840. OLE color: 11347840.
HSL color Cylindrical-coordinate representation of color #8027AD: hue angle of 279.85º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8027AD is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 39 | 173 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.32 |
| HSL | 279.85º | 0.63% | 0.42% | - |
| HSV(B) | 279.85º | 0.77% | 0.68% | - |
| XYZ | 17.17 | 9.06 | 40.38 | - |
| YUV | 80.89 | 179.99 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 39 | 173 | 0.26 | 0.77 | 0 | 0.32 | 279.85 | 0.63 | 0.42 |
| Hex | 80 | 27 | AD | 1A | 4D | 0 | 20 | 118 | 3F | 2A |
| Octal | 200 | 47 | 255 | 32 | 115 | 0 | 40 | 430 | 77 | 52 |
| Binary | 10000000 | 100111 | 10101101 | 11010 | 1001101 | 0 | 100000 | 100011000 | 111111 | 101010 |
Color Harmonies of #8027AD
Complementary color
Monochromatic Colors of #8027AD
Black with #8027AD
Text Example
Text Example
White with #8027AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8027AD; }
p { color: rgb(128,39,173); }
H1.HeaderClassName
{
color: #8027AD;
}
.AnyTagClassName
{
color: #8027AD;
}
</style>
background-color css
<style>
a { background-color: #8027AD; }
a { background-color: rgb(128,39,173); }
div.DivClassName
{
background-color: #8027AD;
}
.BgClassName
{
background-color: #8027AD;
}
</style>
border-color css
<style>
span { border-color: #8027AD; }
span { border-color: rgb(128,39,173); }
td.TdClassName
{
border-color: #8027AD;
}
.TagClassName
{
border-color: #8027AD;
}
</style>