Shades of Vivid Violet #8030A8
Tints of Vivid Violet #8030A8
RGB
CMYK
RGB Variations
Color information
#8030A8 (or 0x8030A8) is known color: Vivid Violet. HEX triplet: 80, 30 and A8. RGB value is (128,48,168). Sum of RGB (Red+Green+Blue) = 128+48+168=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 168 (66.02% from 255 or 48.84% from 344); Max value from RGB is 168 - color contains mainly: blue. Hex color #8030A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8030A8 is #7FCF57. Grayscale: #555555. Windows color (decimal): -8376152 or 11022464. OLE color: 11022464.
HSL color Cylindrical-coordinate representation of color #8030A8: hue angle of 280º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8030A8 is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 128 | 48 | 168 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.34 |
| HSL | 280º | 0.56% | 0.42% | - |
| HSV(B) | 280º | 0.71% | 0.66% | - |
| XYZ | 17.03 | 9.53 | 37.99 | - |
| YUV | 85.6 | 174.5 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 48 | 168 | 0.24 | 0.71 | 0 | 0.34 | 280 | 0.56 | 0.42 |
| Hex | 80 | 30 | A8 | 18 | 47 | 0 | 22 | 118 | 38 | 2A |
| Octal | 200 | 60 | 250 | 30 | 107 | 0 | 42 | 430 | 70 | 52 |
| Binary | 10000000 | 110000 | 10101000 | 11000 | 1000111 | 0 | 100010 | 100011000 | 111000 | 101010 |
Color Harmonies of #8030A8
Complementary color
Monochromatic Colors of #8030A8
Black with #8030A8
Text Example
Text Example
White with #8030A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8030A8; }
p { color: rgb(128,48,168); }
H1.HeaderClassName
{
color: #8030A8;
}
.AnyTagClassName
{
color: #8030A8;
}
</style>
background-color css
<style>
a { background-color: #8030A8; }
a { background-color: rgb(128,48,168); }
div.DivClassName
{
background-color: #8030A8;
}
.BgClassName
{
background-color: #8030A8;
}
</style>
border-color css
<style>
span { border-color: #8030A8; }
span { border-color: rgb(128,48,168); }
td.TdClassName
{
border-color: #8030A8;
}
.TagClassName
{
border-color: #8030A8;
}
</style>