Shades of Vivid Violet #8519AC
Tints of Vivid Violet #8519AC
RGB
CMYK
RGB Variations
Color information
#8519AC (or 0x8519AC) is known color: Vivid Violet. HEX triplet: 85, 19 and AC. RGB value is (133,25,172). Sum of RGB (Red+Green+Blue) = 133+25+172=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #8519AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8519AC is #7AE653. Grayscale: #494949. Windows color (decimal): -8054356 or 11278725. OLE color: 11278725.
HSL color Cylindrical-coordinate representation of color #8519AC: hue angle of 284.08º 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 #8519AC is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 25 | 172 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.33 |
| HSL | 284.08º | 0.75% | 0.39% | - |
| HSV(B) | 284.08º | 0.85% | 0.67% | - |
| XYZ | 17.47 | 8.66 | 39.78 | - |
| YUV | 74.05 | 183.28 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 25 | 172 | 0.23 | 0.85 | 0 | 0.33 | 284.08 | 0.75 | 0.39 |
| Hex | 85 | 19 | AC | 17 | 55 | 0 | 21 | 11C | 4B | 27 |
| Octal | 205 | 31 | 254 | 27 | 125 | 0 | 41 | 434 | 113 | 47 |
| Binary | 10000101 | 11001 | 10101100 | 10111 | 1010101 | 0 | 100001 | 100011100 | 1001011 | 100111 |
Color Harmonies of #8519AC
Complementary color
Monochromatic Colors of #8519AC
Black with #8519AC
Text Example
Text Example
White with #8519AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8519AC; }
p { color: rgb(133,25,172); }
H1.HeaderClassName
{
color: #8519AC;
}
.AnyTagClassName
{
color: #8519AC;
}
</style>
background-color css
<style>
a { background-color: #8519AC; }
a { background-color: rgb(133,25,172); }
div.DivClassName
{
background-color: #8519AC;
}
.BgClassName
{
background-color: #8519AC;
}
</style>
border-color css
<style>
span { border-color: #8519AC; }
span { border-color: rgb(133,25,172); }
td.TdClassName
{
border-color: #8519AC;
}
.TagClassName
{
border-color: #8519AC;
}
</style>