Shades of Vivid Violet #8D4C9D
Tints of Vivid Violet #8D4C9D
RGB
CMYK
RGB Variations
Color information
#8D4C9D (or 0x8D4C9D) is known color: Vivid Violet. HEX triplet: 8D, 4C and 9D. RGB value is (141,76,157). Sum of RGB (Red+Green+Blue) = 141+76+157=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 76 (30.08% from 255 or 20.32% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 157 - color contains mainly: blue. Hex color #8D4C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4C9D is #72B362. Grayscale: #686868. Windows color (decimal): -7517027 or 10308749. OLE color: 10308749.
HSL color Cylindrical-coordinate representation of color #8D4C9D: hue angle of 288.15º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8D4C9D is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 76 | 157 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.38 |
| HSL | 288.15º | 0.35% | 0.46% | - |
| HSV(B) | 288.15º | 0.52% | 0.62% | - |
| XYZ | 19.65 | 13.27 | 33.42 | - |
| YUV | 104.67 | 157.53 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 76 | 157 | 0.10 | 0.52 | 0 | 0.38 | 288.15 | 0.35 | 0.46 |
| Hex | 8D | 4C | 9D | A | 34 | 0 | 26 | 120 | 23 | 2E |
| Octal | 215 | 114 | 235 | 12 | 64 | 0 | 46 | 440 | 43 | 56 |
| Binary | 10001101 | 1001100 | 10011101 | 1010 | 110100 | 0 | 100110 | 100100000 | 100011 | 101110 |
Color Harmonies of #8D4C9D
Complementary color
Monochromatic Colors of #8D4C9D
Black with #8D4C9D
Text Example
Text Example
White with #8D4C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4C9D; }
p { color: rgb(141,76,157); }
H1.HeaderClassName
{
color: #8D4C9D;
}
.AnyTagClassName
{
color: #8D4C9D;
}
</style>
background-color css
<style>
a { background-color: #8D4C9D; }
a { background-color: rgb(141,76,157); }
div.DivClassName
{
background-color: #8D4C9D;
}
.BgClassName
{
background-color: #8D4C9D;
}
</style>
border-color css
<style>
span { border-color: #8D4C9D; }
span { border-color: rgb(141,76,157); }
td.TdClassName
{
border-color: #8D4C9D;
}
.TagClassName
{
border-color: #8D4C9D;
}
</style>