Shades of Vivid Violet #8A19AD
Tints of Vivid Violet #8A19AD
RGB
CMYK
RGB Variations
Color information
#8A19AD (or 0x8A19AD) is known color: Vivid Violet. HEX triplet: 8A, 19 and AD. RGB value is (138,25,173). Sum of RGB (Red+Green+Blue) = 138+25+173=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 25 (10.16% from 255 or 7.44% 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 #8A19AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A19AD is #75E652. Grayscale: #4B4B4B. Windows color (decimal): -7726675 or 11344266. OLE color: 11344266.
HSL color Cylindrical-coordinate representation of color #8A19AD: hue angle of 285.81º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A19AD is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 25 | 173 | - |
| CMYK | 0.20 | 0.86 | 0 | 0.32 |
| HSL | 285.81º | 0.75% | 0.39% | - |
| HSV(B) | 285.81º | 0.86% | 0.68% | - |
| XYZ | 18.37 | 9.12 | 40.33 | - |
| YUV | 75.66 | 182.94 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 25 | 173 | 0.20 | 0.86 | 0 | 0.32 | 285.81 | 0.75 | 0.39 |
| Hex | 8A | 19 | AD | 14 | 56 | 0 | 20 | 11E | 4B | 27 |
| Octal | 212 | 31 | 255 | 24 | 126 | 0 | 40 | 436 | 113 | 47 |
| Binary | 10001010 | 11001 | 10101101 | 10100 | 1010110 | 0 | 100000 | 100011110 | 1001011 | 100111 |
Color Harmonies of #8A19AD
Complementary color
Monochromatic Colors of #8A19AD
Black with #8A19AD
Text Example
Text Example
White with #8A19AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A19AD; }
p { color: rgb(138,25,173); }
H1.HeaderClassName
{
color: #8A19AD;
}
.AnyTagClassName
{
color: #8A19AD;
}
</style>
background-color css
<style>
a { background-color: #8A19AD; }
a { background-color: rgb(138,25,173); }
div.DivClassName
{
background-color: #8A19AD;
}
.BgClassName
{
background-color: #8A19AD;
}
</style>
border-color css
<style>
span { border-color: #8A19AD; }
span { border-color: rgb(138,25,173); }
td.TdClassName
{
border-color: #8A19AD;
}
.TagClassName
{
border-color: #8A19AD;
}
</style>