Shades of Vivid Violet #8C18AA
Tints of Vivid Violet #8C18AA
RGB
CMYK
RGB Variations
Color information
#8C18AA (or 0x8C18AA) is known color: Vivid Violet. HEX triplet: 8C, 18 and AA. RGB value is (140,24,170). Sum of RGB (Red+Green+Blue) = 140+24+170=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 24 (9.77% from 255 or 7.19% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C18AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C18AA is #73E755. Grayscale: #4A4A4A. Windows color (decimal): -7595862 or 11147404. OLE color: 11147404.
HSL color Cylindrical-coordinate representation of color #8C18AA: hue angle of 287.67º 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 #8C18AA is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 24 | 170 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.33 |
| HSL | 287.67º | 0.75% | 0.38% | - |
| HSV(B) | 287.67º | 0.86% | 0.67% | - |
| XYZ | 18.4 | 9.13 | 38.82 | - |
| YUV | 75.33 | 181.43 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 24 | 170 | 0.18 | 0.86 | 0 | 0.33 | 287.67 | 0.75 | 0.38 |
| Hex | 8C | 18 | AA | 12 | 56 | 0 | 21 | 120 | 4B | 26 |
| Octal | 214 | 30 | 252 | 22 | 126 | 0 | 41 | 440 | 113 | 46 |
| Binary | 10001100 | 11000 | 10101010 | 10010 | 1010110 | 0 | 100001 | 100100000 | 1001011 | 100110 |
Color Harmonies of #8C18AA
Complementary color
Monochromatic Colors of #8C18AA
Black with #8C18AA
Text Example
Text Example
White with #8C18AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C18AA; }
p { color: rgb(140,24,170); }
H1.HeaderClassName
{
color: #8C18AA;
}
.AnyTagClassName
{
color: #8C18AA;
}
</style>
background-color css
<style>
a { background-color: #8C18AA; }
a { background-color: rgb(140,24,170); }
div.DivClassName
{
background-color: #8C18AA;
}
.BgClassName
{
background-color: #8C18AA;
}
</style>
border-color css
<style>
span { border-color: #8C18AA; }
span { border-color: rgb(140,24,170); }
td.TdClassName
{
border-color: #8C18AA;
}
.TagClassName
{
border-color: #8C18AA;
}
</style>