Shades of Vivid Violet #8023AD
Tints of Vivid Violet #8023AD
RGB
CMYK
RGB Variations
Color information
#8023AD (or 0x8023AD) is known color: Vivid Violet. HEX triplet: 80, 23 and AD. RGB value is (128,35,173). Sum of RGB (Red+Green+Blue) = 128+35+173=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 35 (14.06% from 255 or 10.42% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #8023AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8023AD is #7FDC52. Grayscale: #4E4E4E. Windows color (decimal): -8379475 or 11346816. OLE color: 11346816.
HSL color Cylindrical-coordinate representation of color #8023AD: hue angle of 280.43º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8023AD is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 35 | 173 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.32 |
| HSL | 280.43º | 0.66% | 0.41% | - |
| HSV(B) | 280.43º | 0.8% | 0.68% | - |
| XYZ | 17.05 | 8.81 | 40.34 | - |
| YUV | 78.54 | 181.31 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 35 | 173 | 0.26 | 0.80 | 0 | 0.32 | 280.43 | 0.66 | 0.41 |
| Hex | 80 | 23 | AD | 1A | 50 | 0 | 20 | 118 | 42 | 29 |
| Octal | 200 | 43 | 255 | 32 | 120 | 0 | 40 | 430 | 102 | 51 |
| Binary | 10000000 | 100011 | 10101101 | 11010 | 1010000 | 0 | 100000 | 100011000 | 1000010 | 101001 |
Color Harmonies of #8023AD
Complementary color
Monochromatic Colors of #8023AD
Black with #8023AD
Text Example
Text Example
White with #8023AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8023AD; }
p { color: rgb(128,35,173); }
H1.HeaderClassName
{
color: #8023AD;
}
.AnyTagClassName
{
color: #8023AD;
}
</style>
background-color css
<style>
a { background-color: #8023AD; }
a { background-color: rgb(128,35,173); }
div.DivClassName
{
background-color: #8023AD;
}
.BgClassName
{
background-color: #8023AD;
}
</style>
border-color css
<style>
span { border-color: #8023AD; }
span { border-color: rgb(128,35,173); }
td.TdClassName
{
border-color: #8023AD;
}
.TagClassName
{
border-color: #8023AD;
}
</style>