Shades of Vivid Violet #8F19AB
Tints of Vivid Violet #8F19AB
RGB
CMYK
RGB Variations
Color information
#8F19AB (or 0x8F19AB) is known color: Vivid Violet. HEX triplet: 8F, 19 and AB. RGB value is (143,25,171). Sum of RGB (Red+Green+Blue) = 143+25+171=339 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.18% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F19AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F19AB is #70E654. Grayscale: #4C4C4C. Windows color (decimal): -7398997 or 11213199. OLE color: 11213199.
HSL color Cylindrical-coordinate representation of color #8F19AB: hue angle of 288.49º 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 #8F19AB is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 25 | 171 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.33 |
| HSL | 288.49º | 0.74% | 0.38% | - |
| HSV(B) | 288.49º | 0.85% | 0.67% | - |
| XYZ | 19.03 | 9.48 | 39.35 | - |
| YUV | 76.93 | 181.09 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 25 | 171 | 0.16 | 0.85 | 0 | 0.33 | 288.49 | 0.74 | 0.38 |
| Hex | 8F | 19 | AB | 10 | 55 | 0 | 21 | 120 | 4A | 26 |
| Octal | 217 | 31 | 253 | 20 | 125 | 0 | 41 | 440 | 112 | 46 |
| Binary | 10001111 | 11001 | 10101011 | 10000 | 1010101 | 0 | 100001 | 100100000 | 1001010 | 100110 |
Color Harmonies of #8F19AB
Complementary color
Monochromatic Colors of #8F19AB
Black with #8F19AB
Text Example
Text Example
White with #8F19AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F19AB; }
p { color: rgb(143,25,171); }
H1.HeaderClassName
{
color: #8F19AB;
}
.AnyTagClassName
{
color: #8F19AB;
}
</style>
background-color css
<style>
a { background-color: #8F19AB; }
a { background-color: rgb(143,25,171); }
div.DivClassName
{
background-color: #8F19AB;
}
.BgClassName
{
background-color: #8F19AB;
}
</style>
border-color css
<style>
span { border-color: #8F19AB; }
span { border-color: rgb(143,25,171); }
td.TdClassName
{
border-color: #8F19AB;
}
.TagClassName
{
border-color: #8F19AB;
}
</style>