Shades of Vivid Violet #8C18AC
Tints of Vivid Violet #8C18AC
RGB
CMYK
RGB Variations
Color information
#8C18AC (or 0x8C18AC) is known color: Vivid Violet. HEX triplet: 8C, 18 and AC. RGB value is (140,24,172). Sum of RGB (Red+Green+Blue) = 140+24+172=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 24 (9.77% from 255 or 7.14% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C18AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C18AC is #73E753. Grayscale: #4B4B4B. Windows color (decimal): -7595860 or 11278476. OLE color: 11278476.
HSL color Cylindrical-coordinate representation of color #8C18AC: hue angle of 287.03º degrees, saturation: 0.76, 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 #8C18AC is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 24 | 172 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.33 |
| HSL | 287.03º | 0.76% | 0.38% | - |
| HSV(B) | 287.03º | 0.86% | 0.67% | - |
| XYZ | 18.59 | 9.21 | 39.83 | - |
| YUV | 75.56 | 182.43 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 24 | 172 | 0.19 | 0.86 | 0 | 0.33 | 287.03 | 0.76 | 0.38 |
| Hex | 8C | 18 | AC | 13 | 56 | 0 | 21 | 11F | 4C | 26 |
| Octal | 214 | 30 | 254 | 23 | 126 | 0 | 41 | 437 | 114 | 46 |
| Binary | 10001100 | 11000 | 10101100 | 10011 | 1010110 | 0 | 100001 | 100011111 | 1001100 | 100110 |
Color Harmonies of #8C18AC
Complementary color
Monochromatic Colors of #8C18AC
Black with #8C18AC
Text Example
Text Example
White with #8C18AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C18AC; }
p { color: rgb(140,24,172); }
H1.HeaderClassName
{
color: #8C18AC;
}
.AnyTagClassName
{
color: #8C18AC;
}
</style>
background-color css
<style>
a { background-color: #8C18AC; }
a { background-color: rgb(140,24,172); }
div.DivClassName
{
background-color: #8C18AC;
}
.BgClassName
{
background-color: #8C18AC;
}
</style>
border-color css
<style>
span { border-color: #8C18AC; }
span { border-color: rgb(140,24,172); }
td.TdClassName
{
border-color: #8C18AC;
}
.TagClassName
{
border-color: #8C18AC;
}
</style>