Shades of Vivid Violet #8415AB
Tints of Vivid Violet #8415AB
RGB
CMYK
RGB Variations
Color information
#8415AB (or 0x8415AB) is known color: Vivid Violet. HEX triplet: 84, 15 and AB. RGB value is (132,21,171). Sum of RGB (Red+Green+Blue) = 132+21+171=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #8415AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8415AB is #7BEA54. Grayscale: #464646. Windows color (decimal): -8120917 or 11212164. OLE color: 11212164.
HSL color Cylindrical-coordinate representation of color #8415AB: hue angle of 284.4º 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 #8415AB is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 21 | 171 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.33 |
| HSL | 284.4º | 0.78% | 0.38% | - |
| HSV(B) | 284.4º | 0.88% | 0.67% | - |
| XYZ | 17.13 | 8.38 | 39.24 | - |
| YUV | 71.29 | 184.27 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 21 | 171 | 0.23 | 0.88 | 0 | 0.33 | 284.4 | 0.78 | 0.38 |
| Hex | 84 | 15 | AB | 17 | 58 | 0 | 21 | 11C | 4E | 26 |
| Octal | 204 | 25 | 253 | 27 | 130 | 0 | 41 | 434 | 116 | 46 |
| Binary | 10000100 | 10101 | 10101011 | 10111 | 1011000 | 0 | 100001 | 100011100 | 1001110 | 100110 |
Color Harmonies of #8415AB
Complementary color
Monochromatic Colors of #8415AB
Black with #8415AB
Text Example
Text Example
White with #8415AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8415AB; }
p { color: rgb(132,21,171); }
H1.HeaderClassName
{
color: #8415AB;
}
.AnyTagClassName
{
color: #8415AB;
}
</style>
background-color css
<style>
a { background-color: #8415AB; }
a { background-color: rgb(132,21,171); }
div.DivClassName
{
background-color: #8415AB;
}
.BgClassName
{
background-color: #8415AB;
}
</style>
border-color css
<style>
span { border-color: #8415AB; }
span { border-color: rgb(132,21,171); }
td.TdClassName
{
border-color: #8415AB;
}
.TagClassName
{
border-color: #8415AB;
}
</style>