Shades of Vivid Violet #8518AA
Tints of Vivid Violet #8518AA
RGB
CMYK
RGB Variations
Color information
#8518AA (or 0x8518AA) is known color: Vivid Violet. HEX triplet: 85, 18 and AA. RGB value is (133,24,170). Sum of RGB (Red+Green+Blue) = 133+24+170=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #8518AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8518AA is #7AE755. Grayscale: #484848. Windows color (decimal): -8054614 or 11147397. OLE color: 11147397.
HSL color Cylindrical-coordinate representation of color #8518AA: hue angle of 284.79º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8518AA is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 24 | 170 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.33 |
| HSL | 284.79º | 0.75% | 0.38% | - |
| HSV(B) | 284.79º | 0.86% | 0.67% | - |
| XYZ | 17.26 | 8.54 | 38.77 | - |
| YUV | 73.24 | 182.61 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 24 | 170 | 0.22 | 0.86 | 0 | 0.33 | 284.79 | 0.75 | 0.38 |
| Hex | 85 | 18 | AA | 16 | 56 | 0 | 21 | 11D | 4B | 26 |
| Octal | 205 | 30 | 252 | 26 | 126 | 0 | 41 | 435 | 113 | 46 |
| Binary | 10000101 | 11000 | 10101010 | 10110 | 1010110 | 0 | 100001 | 100011101 | 1001011 | 100110 |
Color Harmonies of #8518AA
Complementary color
Monochromatic Colors of #8518AA
Black with #8518AA
Text Example
Text Example
White with #8518AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8518AA; }
p { color: rgb(133,24,170); }
H1.HeaderClassName
{
color: #8518AA;
}
.AnyTagClassName
{
color: #8518AA;
}
</style>
background-color css
<style>
a { background-color: #8518AA; }
a { background-color: rgb(133,24,170); }
div.DivClassName
{
background-color: #8518AA;
}
.BgClassName
{
background-color: #8518AA;
}
</style>
border-color css
<style>
span { border-color: #8518AA; }
span { border-color: rgb(133,24,170); }
td.TdClassName
{
border-color: #8518AA;
}
.TagClassName
{
border-color: #8518AA;
}
</style>