Shades of Vivid Violet #8618A6
Tints of Vivid Violet #8618A6
RGB
CMYK
RGB Variations
Color information
#8618A6 (or 0x8618A6) is known color: Vivid Violet. HEX triplet: 86, 18 and A6. RGB value is (134,24,166). Sum of RGB (Red+Green+Blue) = 134+24+166=324 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.36% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 166 (65.23% from 255 or 51.23% from 324); Max value from RGB is 166 - color contains mainly: blue. Hex color #8618A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8618A6 is #79E759. Grayscale: #484848. Windows color (decimal): -7989082 or 10885254. OLE color: 10885254.
HSL color Cylindrical-coordinate representation of color #8618A6: hue angle of 286.48º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8618A6 is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 134 | 24 | 166 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.35 |
| HSL | 286.48º | 0.75% | 0.37% | - |
| HSV(B) | 286.48º | 0.86% | 0.65% | - |
| XYZ | 17.04 | 8.47 | 36.81 | - |
| YUV | 73.08 | 180.44 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 24 | 166 | 0.19 | 0.86 | 0 | 0.35 | 286.48 | 0.75 | 0.37 |
| Hex | 86 | 18 | A6 | 13 | 56 | 0 | 23 | 11E | 4B | 25 |
| Octal | 206 | 30 | 246 | 23 | 126 | 0 | 43 | 436 | 113 | 45 |
| Binary | 10000110 | 11000 | 10100110 | 10011 | 1010110 | 0 | 100011 | 100011110 | 1001011 | 100101 |
Color Harmonies of #8618A6
Complementary color
Monochromatic Colors of #8618A6
Black with #8618A6
Text Example
Text Example
White with #8618A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8618A6; }
p { color: rgb(134,24,166); }
H1.HeaderClassName
{
color: #8618A6;
}
.AnyTagClassName
{
color: #8618A6;
}
</style>
background-color css
<style>
a { background-color: #8618A6; }
a { background-color: rgb(134,24,166); }
div.DivClassName
{
background-color: #8618A6;
}
.BgClassName
{
background-color: #8618A6;
}
</style>
border-color css
<style>
span { border-color: #8618A6; }
span { border-color: rgb(134,24,166); }
td.TdClassName
{
border-color: #8618A6;
}
.TagClassName
{
border-color: #8618A6;
}
</style>