Shades of Vivid Violet #8C18AB
Tints of Vivid Violet #8C18AB
RGB
CMYK
RGB Variations
Color information
#8C18AB (or 0x8C18AB) is known color: Vivid Violet. HEX triplet: 8C, 18 and AB. RGB value is (140,24,171). Sum of RGB (Red+Green+Blue) = 140+24+171=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C18AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C18AB is #73E754. Grayscale: #4A4A4A. Windows color (decimal): -7595861 or 11212940. OLE color: 11212940.
HSL color Cylindrical-coordinate representation of color #8C18AB: hue angle of 287.35º 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 #8C18AB is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 24 | 171 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.33 |
| HSL | 287.35º | 0.75% | 0.38% | - |
| HSV(B) | 287.35º | 0.86% | 0.67% | - |
| XYZ | 18.49 | 9.17 | 39.32 | - |
| YUV | 75.44 | 181.93 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 24 | 171 | 0.18 | 0.86 | 0 | 0.33 | 287.35 | 0.75 | 0.38 |
| Hex | 8C | 18 | AB | 12 | 56 | 0 | 21 | 11F | 4B | 26 |
| Octal | 214 | 30 | 253 | 22 | 126 | 0 | 41 | 437 | 113 | 46 |
| Binary | 10001100 | 11000 | 10101011 | 10010 | 1010110 | 0 | 100001 | 100011111 | 1001011 | 100110 |
Color Harmonies of #8C18AB
Complementary color
Monochromatic Colors of #8C18AB
Black with #8C18AB
Text Example
Text Example
White with #8C18AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C18AB; }
p { color: rgb(140,24,171); }
H1.HeaderClassName
{
color: #8C18AB;
}
.AnyTagClassName
{
color: #8C18AB;
}
</style>
background-color css
<style>
a { background-color: #8C18AB; }
a { background-color: rgb(140,24,171); }
div.DivClassName
{
background-color: #8C18AB;
}
.BgClassName
{
background-color: #8C18AB;
}
</style>
border-color css
<style>
span { border-color: #8C18AB; }
span { border-color: rgb(140,24,171); }
td.TdClassName
{
border-color: #8C18AB;
}
.TagClassName
{
border-color: #8C18AB;
}
</style>