Shades of Vivid Violet #8D29AB
Tints of Vivid Violet #8D29AB
RGB
CMYK
RGB Variations
Color information
#8D29AB (or 0x8D29AB) is known color: Vivid Violet. HEX triplet: 8D, 29 and AB. RGB value is (141,41,171). Sum of RGB (Red+Green+Blue) = 141+41+171=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 41 (16.41% from 255 or 11.61% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D29AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D29AB is #72D654. Grayscale: #555555. Windows color (decimal): -7525973 or 11217293. OLE color: 11217293.
HSL color Cylindrical-coordinate representation of color #8D29AB: hue angle of 286.15º 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 #8D29AB is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 41 | 171 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.33 |
| HSL | 286.15º | 0.61% | 0.42% | - |
| HSV(B) | 286.15º | 0.76% | 0.67% | - |
| XYZ | 19.13 | 10.19 | 39.49 | - |
| YUV | 85.72 | 176.13 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 41 | 171 | 0.18 | 0.76 | 0 | 0.33 | 286.15 | 0.61 | 0.42 |
| Hex | 8D | 29 | AB | 12 | 4C | 0 | 21 | 11E | 3D | 2A |
| Octal | 215 | 51 | 253 | 22 | 114 | 0 | 41 | 436 | 75 | 52 |
| Binary | 10001101 | 101001 | 10101011 | 10010 | 1001100 | 0 | 100001 | 100011110 | 111101 | 101010 |
Color Harmonies of #8D29AB
Complementary color
Monochromatic Colors of #8D29AB
Black with #8D29AB
Text Example
Text Example
White with #8D29AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D29AB; }
p { color: rgb(141,41,171); }
H1.HeaderClassName
{
color: #8D29AB;
}
.AnyTagClassName
{
color: #8D29AB;
}
</style>
background-color css
<style>
a { background-color: #8D29AB; }
a { background-color: rgb(141,41,171); }
div.DivClassName
{
background-color: #8D29AB;
}
.BgClassName
{
background-color: #8D29AB;
}
</style>
border-color css
<style>
span { border-color: #8D29AB; }
span { border-color: rgb(141,41,171); }
td.TdClassName
{
border-color: #8D29AB;
}
.TagClassName
{
border-color: #8D29AB;
}
</style>