Shades of Vivid Violet #8A19AC
Tints of Vivid Violet #8A19AC
RGB
CMYK
RGB Variations
Color information
#8A19AC (or 0x8A19AC) is known color: Vivid Violet. HEX triplet: 8A, 19 and AC. RGB value is (138,25,172). Sum of RGB (Red+Green+Blue) = 138+25+172=335 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.19% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A19AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A19AC is #75E653. Grayscale: #4B4B4B. Windows color (decimal): -7726676 or 11278730. OLE color: 11278730.
HSL color Cylindrical-coordinate representation of color #8A19AC: hue angle of 286.12º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8A19AC is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 25 | 172 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.33 |
| HSL | 286.12º | 0.75% | 0.39% | - |
| HSV(B) | 286.12º | 0.85% | 0.67% | - |
| XYZ | 18.28 | 9.08 | 39.82 | - |
| YUV | 75.55 | 182.44 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 25 | 172 | 0.20 | 0.85 | 0 | 0.33 | 286.12 | 0.75 | 0.39 |
| Hex | 8A | 19 | AC | 14 | 55 | 0 | 21 | 11E | 4B | 27 |
| Octal | 212 | 31 | 254 | 24 | 125 | 0 | 41 | 436 | 113 | 47 |
| Binary | 10001010 | 11001 | 10101100 | 10100 | 1010101 | 0 | 100001 | 100011110 | 1001011 | 100111 |
Color Harmonies of #8A19AC
Complementary color
Monochromatic Colors of #8A19AC
Black with #8A19AC
Text Example
Text Example
White with #8A19AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A19AC; }
p { color: rgb(138,25,172); }
H1.HeaderClassName
{
color: #8A19AC;
}
.AnyTagClassName
{
color: #8A19AC;
}
</style>
background-color css
<style>
a { background-color: #8A19AC; }
a { background-color: rgb(138,25,172); }
div.DivClassName
{
background-color: #8A19AC;
}
.BgClassName
{
background-color: #8A19AC;
}
</style>
border-color css
<style>
span { border-color: #8A19AC; }
span { border-color: rgb(138,25,172); }
td.TdClassName
{
border-color: #8A19AC;
}
.TagClassName
{
border-color: #8A19AC;
}
</style>