Shades of Vivid Violet #8023A8
Tints of Vivid Violet #8023A8
RGB
CMYK
RGB Variations
Color information
#8023A8 (or 0x8023A8) is known color: Vivid Violet. HEX triplet: 80, 23 and A8. RGB value is (128,35,168). Sum of RGB (Red+Green+Blue) = 128+35+168=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 168 (66.02% from 255 or 50.76% from 331); Max value from RGB is 168 - color contains mainly: blue. Hex color #8023A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8023A8 is #7FDC57. Grayscale: #4D4D4D. Windows color (decimal): -8379480 or 11019136. OLE color: 11019136.
HSL color Cylindrical-coordinate representation of color #8023A8: hue angle of 281.95º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8023A8 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 128 | 35 | 168 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.34 |
| HSL | 281.95º | 0.66% | 0.4% | - |
| HSV(B) | 281.95º | 0.79% | 0.66% | - |
| XYZ | 16.57 | 8.62 | 37.84 | - |
| YUV | 77.97 | 178.81 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 35 | 168 | 0.24 | 0.79 | 0 | 0.34 | 281.95 | 0.66 | 0.4 |
| Hex | 80 | 23 | A8 | 18 | 4F | 0 | 22 | 11A | 42 | 28 |
| Octal | 200 | 43 | 250 | 30 | 117 | 0 | 42 | 432 | 102 | 50 |
| Binary | 10000000 | 100011 | 10101000 | 11000 | 1001111 | 0 | 100010 | 100011010 | 1000010 | 101000 |
Color Harmonies of #8023A8
Complementary color
Monochromatic Colors of #8023A8
Black with #8023A8
Text Example
Text Example
White with #8023A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8023A8; }
p { color: rgb(128,35,168); }
H1.HeaderClassName
{
color: #8023A8;
}
.AnyTagClassName
{
color: #8023A8;
}
</style>
background-color css
<style>
a { background-color: #8023A8; }
a { background-color: rgb(128,35,168); }
div.DivClassName
{
background-color: #8023A8;
}
.BgClassName
{
background-color: #8023A8;
}
</style>
border-color css
<style>
span { border-color: #8023A8; }
span { border-color: rgb(128,35,168); }
td.TdClassName
{
border-color: #8023A8;
}
.TagClassName
{
border-color: #8023A8;
}
</style>