Shades of Vivid Violet #8D4C97
Tints of Vivid Violet #8D4C97
RGB
CMYK
RGB Variations
Color information
#8D4C97 (or 0x8D4C97) is known color: Vivid Violet. HEX triplet: 8D, 4C and 97. RGB value is (141,76,151). Sum of RGB (Red+Green+Blue) = 141+76+151=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 151 (59.38% from 255 or 41.03% from 368); Max value from RGB is 151 - color contains mainly: blue. Hex color #8D4C97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4C97 is #72B368. Grayscale: #676767. Windows color (decimal): -7517033 or 9915533. OLE color: 9915533.
HSL color Cylindrical-coordinate representation of color #8D4C97: hue angle of 292º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D4C97 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 76 | 151 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.41 |
| HSL | 292º | 0.33% | 0.45% | - |
| HSV(B) | 292º | 0.5% | 0.59% | - |
| XYZ | 19.15 | 13.07 | 30.79 | - |
| YUV | 103.99 | 154.53 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 76 | 151 | 0.07 | 0.50 | 0 | 0.41 | 292 | 0.33 | 0.45 |
| Hex | 8D | 4C | 97 | 7 | 32 | 0 | 29 | 124 | 21 | 2D |
| Octal | 215 | 114 | 227 | 7 | 62 | 0 | 51 | 444 | 41 | 55 |
| Binary | 10001101 | 1001100 | 10010111 | 111 | 110010 | 0 | 101001 | 100100100 | 100001 | 101101 |
Color Harmonies of #8D4C97
Complementary color
Monochromatic Colors of #8D4C97
Black with #8D4C97
Text Example
Text Example
White with #8D4C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4C97; }
p { color: rgb(141,76,151); }
H1.HeaderClassName
{
color: #8D4C97;
}
.AnyTagClassName
{
color: #8D4C97;
}
</style>
background-color css
<style>
a { background-color: #8D4C97; }
a { background-color: rgb(141,76,151); }
div.DivClassName
{
background-color: #8D4C97;
}
.BgClassName
{
background-color: #8D4C97;
}
</style>
border-color css
<style>
span { border-color: #8D4C97; }
span { border-color: rgb(141,76,151); }
td.TdClassName
{
border-color: #8D4C97;
}
.TagClassName
{
border-color: #8D4C97;
}
</style>