Shades of Vivid Violet #8D19AB
Tints of Vivid Violet #8D19AB
RGB
CMYK
RGB Variations
Color information
#8D19AB (or 0x8D19AB) is known color: Vivid Violet. HEX triplet: 8D, 19 and AB. RGB value is (141,25,171). Sum of RGB (Red+Green+Blue) = 141+25+171=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D19AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D19AB is #72E654. Grayscale: #4B4B4B. Windows color (decimal): -7530069 or 11213197. OLE color: 11213197.
HSL color Cylindrical-coordinate representation of color #8D19AB: hue angle of 287.67º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8D19AB is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 25 | 171 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.33 |
| HSL | 287.67º | 0.74% | 0.38% | - |
| HSV(B) | 287.67º | 0.85% | 0.67% | - |
| XYZ | 18.68 | 9.3 | 39.34 | - |
| YUV | 76.33 | 181.43 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 25 | 171 | 0.18 | 0.85 | 0 | 0.33 | 287.67 | 0.74 | 0.38 |
| Hex | 8D | 19 | AB | 12 | 55 | 0 | 21 | 120 | 4A | 26 |
| Octal | 215 | 31 | 253 | 22 | 125 | 0 | 41 | 440 | 112 | 46 |
| Binary | 10001101 | 11001 | 10101011 | 10010 | 1010101 | 0 | 100001 | 100100000 | 1001010 | 100110 |
Color Harmonies of #8D19AB
Complementary color
Monochromatic Colors of #8D19AB
Black with #8D19AB
Text Example
Text Example
White with #8D19AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D19AB; }
p { color: rgb(141,25,171); }
H1.HeaderClassName
{
color: #8D19AB;
}
.AnyTagClassName
{
color: #8D19AB;
}
</style>
background-color css
<style>
a { background-color: #8D19AB; }
a { background-color: rgb(141,25,171); }
div.DivClassName
{
background-color: #8D19AB;
}
.BgClassName
{
background-color: #8D19AB;
}
</style>
border-color css
<style>
span { border-color: #8D19AB; }
span { border-color: rgb(141,25,171); }
td.TdClassName
{
border-color: #8D19AB;
}
.TagClassName
{
border-color: #8D19AB;
}
</style>