Shades of Vivid Violet #8519AB
Tints of Vivid Violet #8519AB
RGB
CMYK
RGB Variations
Color information
#8519AB (or 0x8519AB) is known color: Vivid Violet. HEX triplet: 85, 19 and AB. RGB value is (133,25,171). Sum of RGB (Red+Green+Blue) = 133+25+171=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #8519AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8519AB is #7AE654. Grayscale: #494949. Windows color (decimal): -8054357 or 11213189. OLE color: 11213189.
HSL color Cylindrical-coordinate representation of color #8519AB: hue angle of 284.38º 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 #8519AB is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 25 | 171 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.33 |
| HSL | 284.38º | 0.74% | 0.38% | - |
| HSV(B) | 284.38º | 0.85% | 0.67% | - |
| XYZ | 17.37 | 8.62 | 39.28 | - |
| YUV | 73.94 | 182.78 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 25 | 171 | 0.22 | 0.85 | 0 | 0.33 | 284.38 | 0.74 | 0.38 |
| Hex | 85 | 19 | AB | 16 | 55 | 0 | 21 | 11C | 4A | 26 |
| Octal | 205 | 31 | 253 | 26 | 125 | 0 | 41 | 434 | 112 | 46 |
| Binary | 10000101 | 11001 | 10101011 | 10110 | 1010101 | 0 | 100001 | 100011100 | 1001010 | 100110 |
Color Harmonies of #8519AB
Complementary color
Monochromatic Colors of #8519AB
Black with #8519AB
Text Example
Text Example
White with #8519AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8519AB; }
p { color: rgb(133,25,171); }
H1.HeaderClassName
{
color: #8519AB;
}
.AnyTagClassName
{
color: #8519AB;
}
</style>
background-color css
<style>
a { background-color: #8519AB; }
a { background-color: rgb(133,25,171); }
div.DivClassName
{
background-color: #8519AB;
}
.BgClassName
{
background-color: #8519AB;
}
</style>
border-color css
<style>
span { border-color: #8519AB; }
span { border-color: rgb(133,25,171); }
td.TdClassName
{
border-color: #8519AB;
}
.TagClassName
{
border-color: #8519AB;
}
</style>