Shades of Vivid Violet #8620AA
Tints of Vivid Violet #8620AA
RGB
CMYK
RGB Variations
Color information
#8620AA (or 0x8620AA) is known color: Vivid Violet. HEX triplet: 86, 20 and AA. RGB value is (134,32,170). Sum of RGB (Red+Green+Blue) = 134+32+170=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #8620AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8620AA is #79DF55. Grayscale: #4D4D4D. Windows color (decimal): -7987030 or 11149446. OLE color: 11149446.
HSL color Cylindrical-coordinate representation of color #8620AA: hue angle of 284.35º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8620AA is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 32 | 170 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.33 |
| HSL | 284.35º | 0.68% | 0.4% | - |
| HSV(B) | 284.35º | 0.81% | 0.67% | - |
| XYZ | 17.6 | 9 | 38.84 | - |
| YUV | 78.23 | 179.79 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 32 | 170 | 0.21 | 0.81 | 0 | 0.33 | 284.35 | 0.68 | 0.4 |
| Hex | 86 | 20 | AA | 15 | 51 | 0 | 21 | 11C | 44 | 28 |
| Octal | 206 | 40 | 252 | 25 | 121 | 0 | 41 | 434 | 104 | 50 |
| Binary | 10000110 | 100000 | 10101010 | 10101 | 1010001 | 0 | 100001 | 100011100 | 1000100 | 101000 |
Color Harmonies of #8620AA
Complementary color
Monochromatic Colors of #8620AA
Black with #8620AA
Text Example
Text Example
White with #8620AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8620AA; }
p { color: rgb(134,32,170); }
H1.HeaderClassName
{
color: #8620AA;
}
.AnyTagClassName
{
color: #8620AA;
}
</style>
background-color css
<style>
a { background-color: #8620AA; }
a { background-color: rgb(134,32,170); }
div.DivClassName
{
background-color: #8620AA;
}
.BgClassName
{
background-color: #8620AA;
}
</style>
border-color css
<style>
span { border-color: #8620AA; }
span { border-color: rgb(134,32,170); }
td.TdClassName
{
border-color: #8620AA;
}
.TagClassName
{
border-color: #8620AA;
}
</style>