Shades of Vivid Violet #8D4CA1
Tints of Vivid Violet #8D4CA1
RGB
CMYK
RGB Variations
Color information
#8D4CA1 (or 0x8D4CA1) is known color: Vivid Violet. HEX triplet: 8D, 4C and A1. RGB value is (141,76,161). Sum of RGB (Red+Green+Blue) = 141+76+161=378 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.30% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 161 (63.28% from 255 or 42.59% from 378); Max value from RGB is 161 - color contains mainly: blue. Hex color #8D4CA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4CA1 is #72B35E. Grayscale: #686868. Windows color (decimal): -7517023 or 10570893. OLE color: 10570893.
HSL color Cylindrical-coordinate representation of color #8D4CA1: hue angle of 285.88º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8D4CA1 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 76 | 161 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.37 |
| HSL | 285.88º | 0.36% | 0.46% | - |
| HSV(B) | 285.88º | 0.53% | 0.63% | - |
| XYZ | 20 | 13.4 | 35.25 | - |
| YUV | 105.13 | 159.53 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 76 | 161 | 0.12 | 0.53 | 0 | 0.37 | 285.88 | 0.36 | 0.46 |
| Hex | 8D | 4C | A1 | C | 35 | 0 | 25 | 11E | 24 | 2E |
| Octal | 215 | 114 | 241 | 14 | 65 | 0 | 45 | 436 | 44 | 56 |
| Binary | 10001101 | 1001100 | 10100001 | 1100 | 110101 | 0 | 100101 | 100011110 | 100100 | 101110 |
Color Harmonies of #8D4CA1
Complementary color
Monochromatic Colors of #8D4CA1
Black with #8D4CA1
Text Example
Text Example
White with #8D4CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4CA1; }
p { color: rgb(141,76,161); }
H1.HeaderClassName
{
color: #8D4CA1;
}
.AnyTagClassName
{
color: #8D4CA1;
}
</style>
background-color css
<style>
a { background-color: #8D4CA1; }
a { background-color: rgb(141,76,161); }
div.DivClassName
{
background-color: #8D4CA1;
}
.BgClassName
{
background-color: #8D4CA1;
}
</style>
border-color css
<style>
span { border-color: #8D4CA1; }
span { border-color: rgb(141,76,161); }
td.TdClassName
{
border-color: #8D4CA1;
}
.TagClassName
{
border-color: #8D4CA1;
}
</style>