Shades of Vivid Violet #8D4D94
Tints of Vivid Violet #8D4D94
RGB
CMYK
RGB Variations
Color information
#8D4D94 (or 0x8D4D94) is known color: Vivid Violet. HEX triplet: 8D, 4D and 94. RGB value is (141,77,148). Sum of RGB (Red+Green+Blue) = 141+77+148=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 148 (58.20% from 255 or 40.44% from 366); Max value from RGB is 148 - color contains mainly: blue. Hex color #8D4D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D4D94 is #72B26B. Grayscale: #686868. Windows color (decimal): -7516780 or 9719181. OLE color: 9719181.
HSL color Cylindrical-coordinate representation of color #8D4D94: hue angle of 294.08º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D4D94 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 77 | 148 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.42 |
| HSL | 294.08º | 0.32% | 0.44% | - |
| HSV(B) | 294.08º | 0.48% | 0.58% | - |
| XYZ | 18.98 | 13.11 | 29.55 | - |
| YUV | 104.23 | 152.7 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 77 | 148 | 0.05 | 0.48 | 0 | 0.42 | 294.08 | 0.32 | 0.44 |
| Hex | 8D | 4D | 94 | 5 | 30 | 0 | 2A | 126 | 20 | 2C |
| Octal | 215 | 115 | 224 | 5 | 60 | 0 | 52 | 446 | 40 | 54 |
| Binary | 10001101 | 1001101 | 10010100 | 101 | 110000 | 0 | 101010 | 100100110 | 100000 | 101100 |
Color Harmonies of #8D4D94
Complementary color
Monochromatic Colors of #8D4D94
Black with #8D4D94
Text Example
Text Example
White with #8D4D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4D94; }
p { color: rgb(141,77,148); }
H1.HeaderClassName
{
color: #8D4D94;
}
.AnyTagClassName
{
color: #8D4D94;
}
</style>
background-color css
<style>
a { background-color: #8D4D94; }
a { background-color: rgb(141,77,148); }
div.DivClassName
{
background-color: #8D4D94;
}
.BgClassName
{
background-color: #8D4D94;
}
</style>
border-color css
<style>
span { border-color: #8D4D94; }
span { border-color: rgb(141,77,148); }
td.TdClassName
{
border-color: #8D4D94;
}
.TagClassName
{
border-color: #8D4D94;
}
</style>