Shades of Vivid Violet #8C29AB
Tints of Vivid Violet #8C29AB
RGB
CMYK
RGB Variations
Color information
#8C29AB (or 0x8C29AB) is known color: Vivid Violet. HEX triplet: 8C, 29 and AB. RGB value is (140,41,171). Sum of RGB (Red+Green+Blue) = 140+41+171=352 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.77% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C29AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C29AB is #73D654. Grayscale: #555555. Windows color (decimal): -7591509 or 11217292. OLE color: 11217292.
HSL color Cylindrical-coordinate representation of color #8C29AB: hue angle of 285.69º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C29AB is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 41 | 171 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.33 |
| HSL | 285.69º | 0.61% | 0.42% | - |
| HSV(B) | 285.69º | 0.76% | 0.67% | - |
| XYZ | 18.96 | 10.1 | 39.48 | - |
| YUV | 85.42 | 176.3 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 41 | 171 | 0.18 | 0.76 | 0 | 0.33 | 285.69 | 0.61 | 0.42 |
| Hex | 8C | 29 | AB | 12 | 4C | 0 | 21 | 11E | 3D | 2A |
| Octal | 214 | 51 | 253 | 22 | 114 | 0 | 41 | 436 | 75 | 52 |
| Binary | 10001100 | 101001 | 10101011 | 10010 | 1001100 | 0 | 100001 | 100011110 | 111101 | 101010 |
Color Harmonies of #8C29AB
Complementary color
Monochromatic Colors of #8C29AB
Black with #8C29AB
Text Example
Text Example
White with #8C29AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C29AB; }
p { color: rgb(140,41,171); }
H1.HeaderClassName
{
color: #8C29AB;
}
.AnyTagClassName
{
color: #8C29AB;
}
</style>
background-color css
<style>
a { background-color: #8C29AB; }
a { background-color: rgb(140,41,171); }
div.DivClassName
{
background-color: #8C29AB;
}
.BgClassName
{
background-color: #8C29AB;
}
</style>
border-color css
<style>
span { border-color: #8C29AB; }
span { border-color: rgb(140,41,171); }
td.TdClassName
{
border-color: #8C29AB;
}
.TagClassName
{
border-color: #8C29AB;
}
</style>