Shades of Vivid Violet #8D4A9C
Tints of Vivid Violet #8D4A9C
RGB
CMYK
RGB Variations
Color information
#8D4A9C (or 0x8D4A9C) is known color: Vivid Violet. HEX triplet: 8D, 4A and 9C. RGB value is (141,74,156). Sum of RGB (Red+Green+Blue) = 141+74+156=371 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.01% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #8D4A9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4A9C is #72B563. Grayscale: #676767. Windows color (decimal): -7517540 or 10242701. OLE color: 10242701.
HSL color Cylindrical-coordinate representation of color #8D4A9C: hue angle of 289.02º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8D4A9C is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 74 | 156 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.39 |
| HSL | 289.02º | 0.36% | 0.45% | - |
| HSV(B) | 289.02º | 0.53% | 0.61% | - |
| XYZ | 19.43 | 12.96 | 32.93 | - |
| YUV | 103.38 | 157.7 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 74 | 156 | 0.10 | 0.53 | 0 | 0.39 | 289.02 | 0.36 | 0.45 |
| Hex | 8D | 4A | 9C | A | 35 | 0 | 27 | 121 | 24 | 2D |
| Octal | 215 | 112 | 234 | 12 | 65 | 0 | 47 | 441 | 44 | 55 |
| Binary | 10001101 | 1001010 | 10011100 | 1010 | 110101 | 0 | 100111 | 100100001 | 100100 | 101101 |
Color Harmonies of #8D4A9C
Complementary color
Monochromatic Colors of #8D4A9C
Black with #8D4A9C
Text Example
Text Example
White with #8D4A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4A9C; }
p { color: rgb(141,74,156); }
H1.HeaderClassName
{
color: #8D4A9C;
}
.AnyTagClassName
{
color: #8D4A9C;
}
</style>
background-color css
<style>
a { background-color: #8D4A9C; }
a { background-color: rgb(141,74,156); }
div.DivClassName
{
background-color: #8D4A9C;
}
.BgClassName
{
background-color: #8D4A9C;
}
</style>
border-color css
<style>
span { border-color: #8D4A9C; }
span { border-color: rgb(141,74,156); }
td.TdClassName
{
border-color: #8D4A9C;
}
.TagClassName
{
border-color: #8D4A9C;
}
</style>