Shades of Vivid Violet #8D4C94
Tints of Vivid Violet #8D4C94
RGB
CMYK
RGB Variations
Color information
#8D4C94 (or 0x8D4C94) is known color: Vivid Violet. HEX triplet: 8D, 4C and 94. RGB value is (141,76,148). Sum of RGB (Red+Green+Blue) = 141+76+148=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 148 - color contains mainly: blue. Hex color #8D4C94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4C94 is #72B36B. Grayscale: #676767. Windows color (decimal): -7517036 or 9718925. OLE color: 9718925.
HSL color Cylindrical-coordinate representation of color #8D4C94: hue angle of 294.17º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D4C94 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 76 | 148 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.42 |
| HSL | 294.17º | 0.32% | 0.44% | - |
| HSV(B) | 294.17º | 0.49% | 0.58% | - |
| XYZ | 18.91 | 12.97 | 29.52 | - |
| YUV | 103.64 | 153.03 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 76 | 148 | 0.05 | 0.49 | 0 | 0.42 | 294.17 | 0.32 | 0.44 |
| Hex | 8D | 4C | 94 | 5 | 31 | 0 | 2A | 126 | 20 | 2C |
| Octal | 215 | 114 | 224 | 5 | 61 | 0 | 52 | 446 | 40 | 54 |
| Binary | 10001101 | 1001100 | 10010100 | 101 | 110001 | 0 | 101010 | 100100110 | 100000 | 101100 |
Color Harmonies of #8D4C94
Complementary color
Monochromatic Colors of #8D4C94
Black with #8D4C94
Text Example
Text Example
White with #8D4C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4C94; }
p { color: rgb(141,76,148); }
H1.HeaderClassName
{
color: #8D4C94;
}
.AnyTagClassName
{
color: #8D4C94;
}
</style>
background-color css
<style>
a { background-color: #8D4C94; }
a { background-color: rgb(141,76,148); }
div.DivClassName
{
background-color: #8D4C94;
}
.BgClassName
{
background-color: #8D4C94;
}
</style>
border-color css
<style>
span { border-color: #8D4C94; }
span { border-color: rgb(141,76,148); }
td.TdClassName
{
border-color: #8D4C94;
}
.TagClassName
{
border-color: #8D4C94;
}
</style>