Shades of Vivid Violet #8515AD
Tints of Vivid Violet #8515AD
RGB
CMYK
RGB Variations
Color information
#8515AD (or 0x8515AD) is known color: Vivid Violet. HEX triplet: 85, 15 and AD. RGB value is (133,21,173). Sum of RGB (Red+Green+Blue) = 133+21+173=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #8515AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8515AD is #7AEA52. Grayscale: #474747. Windows color (decimal): -8055379 or 11343237. OLE color: 11343237.
HSL color Cylindrical-coordinate representation of color #8515AD: hue angle of 284.21º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8515AD is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 21 | 173 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.32 |
| HSL | 284.21º | 0.78% | 0.38% | - |
| HSV(B) | 284.21º | 0.88% | 0.68% | - |
| XYZ | 17.48 | 8.54 | 40.26 | - |
| YUV | 71.82 | 185.11 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 21 | 173 | 0.23 | 0.88 | 0 | 0.32 | 284.21 | 0.78 | 0.38 |
| Hex | 85 | 15 | AD | 17 | 58 | 0 | 20 | 11C | 4E | 26 |
| Octal | 205 | 25 | 255 | 27 | 130 | 0 | 40 | 434 | 116 | 46 |
| Binary | 10000101 | 10101 | 10101101 | 10111 | 1011000 | 0 | 100000 | 100011100 | 1001110 | 100110 |
Color Harmonies of #8515AD
Complementary color
Monochromatic Colors of #8515AD
Black with #8515AD
Text Example
Text Example
White with #8515AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8515AD; }
p { color: rgb(133,21,173); }
H1.HeaderClassName
{
color: #8515AD;
}
.AnyTagClassName
{
color: #8515AD;
}
</style>
background-color css
<style>
a { background-color: #8515AD; }
a { background-color: rgb(133,21,173); }
div.DivClassName
{
background-color: #8515AD;
}
.BgClassName
{
background-color: #8515AD;
}
</style>
border-color css
<style>
span { border-color: #8515AD; }
span { border-color: rgb(133,21,173); }
td.TdClassName
{
border-color: #8515AD;
}
.TagClassName
{
border-color: #8515AD;
}
</style>