Shades of Vivid Violet #8515AB
Tints of Vivid Violet #8515AB
RGB
CMYK
RGB Variations
Color information
#8515AB (or 0x8515AB) is known color: Vivid Violet. HEX triplet: 85, 15 and AB. RGB value is (133,21,171). Sum of RGB (Red+Green+Blue) = 133+21+171=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #8515AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8515AB is #7AEA54. Grayscale: #474747. Windows color (decimal): -8055381 or 11212165. OLE color: 11212165.
HSL color Cylindrical-coordinate representation of color #8515AB: hue angle of 284.8º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8515AB is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 21 | 171 | - |
| CMYK | 0.22 | 0.88 | 0 | 0.33 |
| HSL | 284.8º | 0.78% | 0.38% | - |
| HSV(B) | 284.8º | 0.88% | 0.67% | - |
| XYZ | 17.29 | 8.46 | 39.25 | - |
| YUV | 71.59 | 184.11 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 21 | 171 | 0.22 | 0.88 | 0 | 0.33 | 284.8 | 0.78 | 0.38 |
| Hex | 85 | 15 | AB | 16 | 58 | 0 | 21 | 11D | 4E | 26 |
| Octal | 205 | 25 | 253 | 26 | 130 | 0 | 41 | 435 | 116 | 46 |
| Binary | 10000101 | 10101 | 10101011 | 10110 | 1011000 | 0 | 100001 | 100011101 | 1001110 | 100110 |
Color Harmonies of #8515AB
Complementary color
Monochromatic Colors of #8515AB
Black with #8515AB
Text Example
Text Example
White with #8515AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8515AB; }
p { color: rgb(133,21,171); }
H1.HeaderClassName
{
color: #8515AB;
}
.AnyTagClassName
{
color: #8515AB;
}
</style>
background-color css
<style>
a { background-color: #8515AB; }
a { background-color: rgb(133,21,171); }
div.DivClassName
{
background-color: #8515AB;
}
.BgClassName
{
background-color: #8515AB;
}
</style>
border-color css
<style>
span { border-color: #8515AB; }
span { border-color: rgb(133,21,171); }
td.TdClassName
{
border-color: #8515AB;
}
.TagClassName
{
border-color: #8515AB;
}
</style>