Shades of Vivid Violet #8518AE
Tints of Vivid Violet #8518AE
RGB
CMYK
RGB Variations
Color information
#8518AE (or 0x8518AE) is known color: Vivid Violet. HEX triplet: 85, 18 and AE. RGB value is (133,24,174). Sum of RGB (Red+Green+Blue) = 133+24+174=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 174 (68.36% from 255 or 52.57% from 331); Max value from RGB is 174 - color contains mainly: blue. Hex color #8518AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8518AE is #7AE751. Grayscale: #494949. Windows color (decimal): -8054610 or 11409541. OLE color: 11409541.
HSL color Cylindrical-coordinate representation of color #8518AE: hue angle of 283.6º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8518AE is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 24 | 174 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.32 |
| HSL | 283.6º | 0.76% | 0.39% | - |
| HSV(B) | 283.6º | 0.86% | 0.68% | - |
| XYZ | 17.64 | 8.7 | 40.79 | - |
| YUV | 73.69 | 184.61 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 24 | 174 | 0.24 | 0.86 | 0 | 0.32 | 283.6 | 0.76 | 0.39 |
| Hex | 85 | 18 | AE | 18 | 56 | 0 | 20 | 11C | 4C | 27 |
| Octal | 205 | 30 | 256 | 30 | 126 | 0 | 40 | 434 | 114 | 47 |
| Binary | 10000101 | 11000 | 10101110 | 11000 | 1010110 | 0 | 100000 | 100011100 | 1001100 | 100111 |
Color Harmonies of #8518AE
Complementary color
Monochromatic Colors of #8518AE
Black with #8518AE
Text Example
Text Example
White with #8518AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8518AE; }
p { color: rgb(133,24,174); }
H1.HeaderClassName
{
color: #8518AE;
}
.AnyTagClassName
{
color: #8518AE;
}
</style>
background-color css
<style>
a { background-color: #8518AE; }
a { background-color: rgb(133,24,174); }
div.DivClassName
{
background-color: #8518AE;
}
.BgClassName
{
background-color: #8518AE;
}
</style>
border-color css
<style>
span { border-color: #8518AE; }
span { border-color: rgb(133,24,174); }
td.TdClassName
{
border-color: #8518AE;
}
.TagClassName
{
border-color: #8518AE;
}
</style>