Shades of Vivid Violet #8D4D9D
Tints of Vivid Violet #8D4D9D
RGB
CMYK
RGB Variations
Color information
#8D4D9D (or 0x8D4D9D) is known color: Vivid Violet. HEX triplet: 8D, 4D and 9D. RGB value is (141,77,157). Sum of RGB (Red+Green+Blue) = 141+77+157=375 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.6% from 375); Green value is 77 (30.47% from 255 or 20.53% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #8D4D9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D4D9D is #72B262. Grayscale: #686868. Windows color (decimal): -7516771 or 10309005. OLE color: 10309005.
HSL color Cylindrical-coordinate representation of color #8D4D9D: hue angle of 288º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D4D9D is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 77 | 157 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.38 |
| HSL | 288º | 0.34% | 0.46% | - |
| HSV(B) | 288º | 0.51% | 0.62% | - |
| XYZ | 19.72 | 13.4 | 33.45 | - |
| YUV | 105.26 | 157.2 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 77 | 157 | 0.10 | 0.51 | 0 | 0.38 | 288 | 0.34 | 0.46 |
| Hex | 8D | 4D | 9D | A | 33 | 0 | 26 | 120 | 22 | 2E |
| Octal | 215 | 115 | 235 | 12 | 63 | 0 | 46 | 440 | 42 | 56 |
| Binary | 10001101 | 1001101 | 10011101 | 1010 | 110011 | 0 | 100110 | 100100000 | 100010 | 101110 |
Color Harmonies of #8D4D9D
Complementary color
Monochromatic Colors of #8D4D9D
Black with #8D4D9D
Text Example
Text Example
White with #8D4D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4D9D; }
p { color: rgb(141,77,157); }
H1.HeaderClassName
{
color: #8D4D9D;
}
.AnyTagClassName
{
color: #8D4D9D;
}
</style>
background-color css
<style>
a { background-color: #8D4D9D; }
a { background-color: rgb(141,77,157); }
div.DivClassName
{
background-color: #8D4D9D;
}
.BgClassName
{
background-color: #8D4D9D;
}
</style>
border-color css
<style>
span { border-color: #8D4D9D; }
span { border-color: rgb(141,77,157); }
td.TdClassName
{
border-color: #8D4D9D;
}
.TagClassName
{
border-color: #8D4D9D;
}
</style>