Shades of Vivid Violet #8C29AD
Tints of Vivid Violet #8C29AD
RGB
CMYK
RGB Variations
Color information
#8C29AD (or 0x8C29AD) is known color: Vivid Violet. HEX triplet: 8C, 29 and AD. RGB value is (140,41,173). Sum of RGB (Red+Green+Blue) = 140+41+173=354 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.55% from 354); Green value is 41 (16.41% from 255 or 11.58% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C29AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C29AD is #73D652. Grayscale: #555555. Windows color (decimal): -7591507 or 11348364. OLE color: 11348364.
HSL color Cylindrical-coordinate representation of color #8C29AD: hue angle of 285º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C29AD is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 41 | 173 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.32 |
| HSL | 285º | 0.62% | 0.42% | - |
| HSV(B) | 285º | 0.76% | 0.68% | - |
| XYZ | 19.15 | 10.18 | 40.49 | - |
| YUV | 85.65 | 177.3 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 41 | 173 | 0.19 | 0.76 | 0 | 0.32 | 285 | 0.62 | 0.42 |
| Hex | 8C | 29 | AD | 13 | 4C | 0 | 20 | 11D | 3E | 2A |
| Octal | 214 | 51 | 255 | 23 | 114 | 0 | 40 | 435 | 76 | 52 |
| Binary | 10001100 | 101001 | 10101101 | 10011 | 1001100 | 0 | 100000 | 100011101 | 111110 | 101010 |
Color Harmonies of #8C29AD
Complementary color
Monochromatic Colors of #8C29AD
Black with #8C29AD
Text Example
Text Example
White with #8C29AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C29AD; }
p { color: rgb(140,41,173); }
H1.HeaderClassName
{
color: #8C29AD;
}
.AnyTagClassName
{
color: #8C29AD;
}
</style>
background-color css
<style>
a { background-color: #8C29AD; }
a { background-color: rgb(140,41,173); }
div.DivClassName
{
background-color: #8C29AD;
}
.BgClassName
{
background-color: #8C29AD;
}
</style>
border-color css
<style>
span { border-color: #8C29AD; }
span { border-color: rgb(140,41,173); }
td.TdClassName
{
border-color: #8C29AD;
}
.TagClassName
{
border-color: #8C29AD;
}
</style>