Shades of Vivid Violet #8518A4
Tints of Vivid Violet #8518A4
RGB
CMYK
RGB Variations
Color information
#8518A4 (or 0x8518A4) is known color: Vivid Violet. HEX triplet: 85, 18 and A4. RGB value is (133,24,164). Sum of RGB (Red+Green+Blue) = 133+24+164=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 164 (64.45% from 255 or 51.09% from 321); Max value from RGB is 164 - color contains mainly: blue. Hex color #8518A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8518A4 is #7AE75B. Grayscale: #484848. Windows color (decimal): -8054620 or 10754181. OLE color: 10754181.
HSL color Cylindrical-coordinate representation of color #8518A4: hue angle of 286.71º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8518A4 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 24 | 164 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.36 |
| HSL | 286.71º | 0.74% | 0.37% | - |
| HSV(B) | 286.71º | 0.85% | 0.64% | - |
| XYZ | 16.7 | 8.32 | 35.85 | - |
| YUV | 72.55 | 179.61 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 24 | 164 | 0.19 | 0.85 | 0 | 0.36 | 286.71 | 0.74 | 0.37 |
| Hex | 85 | 18 | A4 | 13 | 55 | 0 | 24 | 11F | 4A | 25 |
| Octal | 205 | 30 | 244 | 23 | 125 | 0 | 44 | 437 | 112 | 45 |
| Binary | 10000101 | 11000 | 10100100 | 10011 | 1010101 | 0 | 100100 | 100011111 | 1001010 | 100101 |
Color Harmonies of #8518A4
Complementary color
Monochromatic Colors of #8518A4
Black with #8518A4
Text Example
Text Example
White with #8518A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8518A4; }
p { color: rgb(133,24,164); }
H1.HeaderClassName
{
color: #8518A4;
}
.AnyTagClassName
{
color: #8518A4;
}
</style>
background-color css
<style>
a { background-color: #8518A4; }
a { background-color: rgb(133,24,164); }
div.DivClassName
{
background-color: #8518A4;
}
.BgClassName
{
background-color: #8518A4;
}
</style>
border-color css
<style>
span { border-color: #8518A4; }
span { border-color: rgb(133,24,164); }
td.TdClassName
{
border-color: #8518A4;
}
.TagClassName
{
border-color: #8518A4;
}
</style>