Shades of Vivid Violet #8615AD
Tints of Vivid Violet #8615AD
RGB
CMYK
RGB Variations
Color information
#8615AD (or 0x8615AD) is known color: Vivid Violet. HEX triplet: 86, 15 and AD. RGB value is (134,21,173). Sum of RGB (Red+Green+Blue) = 134+21+173=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 21 (8.59% from 255 or 6.40% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #8615AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8615AD is #79EA52. Grayscale: #474747. Windows color (decimal): -7989843 or 11343238. OLE color: 11343238.
HSL color Cylindrical-coordinate representation of color #8615AD: hue angle of 284.61º 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 #8615AD is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 21 | 173 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.32 |
| HSL | 284.61º | 0.78% | 0.38% | - |
| HSV(B) | 284.61º | 0.88% | 0.68% | - |
| XYZ | 17.64 | 8.62 | 40.27 | - |
| YUV | 72.12 | 184.94 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 21 | 173 | 0.23 | 0.88 | 0 | 0.32 | 284.61 | 0.78 | 0.38 |
| Hex | 86 | 15 | AD | 17 | 58 | 0 | 20 | 11D | 4E | 26 |
| Octal | 206 | 25 | 255 | 27 | 130 | 0 | 40 | 435 | 116 | 46 |
| Binary | 10000110 | 10101 | 10101101 | 10111 | 1011000 | 0 | 100000 | 100011101 | 1001110 | 100110 |
Color Harmonies of #8615AD
Complementary color
Monochromatic Colors of #8615AD
Black with #8615AD
Text Example
Text Example
White with #8615AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8615AD; }
p { color: rgb(134,21,173); }
H1.HeaderClassName
{
color: #8615AD;
}
.AnyTagClassName
{
color: #8615AD;
}
</style>
background-color css
<style>
a { background-color: #8615AD; }
a { background-color: rgb(134,21,173); }
div.DivClassName
{
background-color: #8615AD;
}
.BgClassName
{
background-color: #8615AD;
}
</style>
border-color css
<style>
span { border-color: #8615AD; }
span { border-color: rgb(134,21,173); }
td.TdClassName
{
border-color: #8615AD;
}
.TagClassName
{
border-color: #8615AD;
}
</style>