Shades of Vivid Violet #8D46A3
Tints of Vivid Violet #8D46A3
RGB
CMYK
RGB Variations
Color information
#8D46A3 (or 0x8D46A3) is known color: Vivid Violet. HEX triplet: 8D, 46 and A3. RGB value is (141,70,163). Sum of RGB (Red+Green+Blue) = 141+70+163=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 163 (64.06% from 255 or 43.58% from 374); Max value from RGB is 163 - color contains mainly: blue. Hex color #8D46A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D46A3 is #72B95C. Grayscale: #656565. Windows color (decimal): -7518557 or 10700429. OLE color: 10700429.
HSL color Cylindrical-coordinate representation of color #8D46A3: hue angle of 285.81º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D46A3 is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 70 | 163 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.36 |
| HSL | 285.81º | 0.4% | 0.46% | - |
| HSV(B) | 285.81º | 0.57% | 0.64% | - |
| XYZ | 19.79 | 12.69 | 36.06 | - |
| YUV | 101.83 | 162.52 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 70 | 163 | 0.13 | 0.57 | 0 | 0.36 | 285.81 | 0.4 | 0.46 |
| Hex | 8D | 46 | A3 | D | 39 | 0 | 24 | 11E | 28 | 2E |
| Octal | 215 | 106 | 243 | 15 | 71 | 0 | 44 | 436 | 50 | 56 |
| Binary | 10001101 | 1000110 | 10100011 | 1101 | 111001 | 0 | 100100 | 100011110 | 101000 | 101110 |
Color Harmonies of #8D46A3
Complementary color
Monochromatic Colors of #8D46A3
Black with #8D46A3
Text Example
Text Example
White with #8D46A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D46A3; }
p { color: rgb(141,70,163); }
H1.HeaderClassName
{
color: #8D46A3;
}
.AnyTagClassName
{
color: #8D46A3;
}
</style>
background-color css
<style>
a { background-color: #8D46A3; }
a { background-color: rgb(141,70,163); }
div.DivClassName
{
background-color: #8D46A3;
}
.BgClassName
{
background-color: #8D46A3;
}
</style>
border-color css
<style>
span { border-color: #8D46A3; }
span { border-color: rgb(141,70,163); }
td.TdClassName
{
border-color: #8D46A3;
}
.TagClassName
{
border-color: #8D46A3;
}
</style>