Shades of Vivid Violet #8D498D
Tints of Vivid Violet #8D498D
RGB
CMYK
RGB Variations
Color information
#8D498D (or 0x8D498D) is known color: Vivid Violet. HEX triplet: 8D, 49 and 8D. RGB value is (141,73,141). Sum of RGB (Red+Green+Blue) = 141+73+141=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 141 - color contains mainly: red, blue. Hex color #8D498D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D498D is #72B672. Grayscale: #646464. Windows color (decimal): -7517811 or 9259405. OLE color: 9259405.
HSL color Cylindrical-coordinate representation of color #8D498D: hue angle of 300º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D498D is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 73 | 141 | - |
| CMYK | 0 | 0.48 | 0 | 0.45 |
| HSL | 300º | 0.32% | 0.42% | - |
| HSV(B) | 300º | 0.48% | 0.55% | - |
| XYZ | 18.17 | 12.35 | 26.63 | - |
| YUV | 101.08 | 150.53 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 73 | 141 | 0 | 0.48 | 0 | 0.45 | 300 | 0.32 | 0.42 |
| Hex | 8D | 49 | 8D | 0 | 30 | 0 | 2D | 12C | 20 | 2A |
| Octal | 215 | 111 | 215 | 0 | 60 | 0 | 55 | 454 | 40 | 52 |
| Binary | 10001101 | 1001001 | 10001101 | 0 | 110000 | 0 | 101101 | 100101100 | 100000 | 101010 |
Color Harmonies of #8D498D
Complementary color
Monochromatic Colors of #8D498D
Black with #8D498D
Text Example
Text Example
White with #8D498D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D498D; }
p { color: rgb(141,73,141); }
H1.HeaderClassName
{
color: #8D498D;
}
.AnyTagClassName
{
color: #8D498D;
}
</style>
background-color css
<style>
a { background-color: #8D498D; }
a { background-color: rgb(141,73,141); }
div.DivClassName
{
background-color: #8D498D;
}
.BgClassName
{
background-color: #8D498D;
}
</style>
border-color css
<style>
span { border-color: #8D498D; }
span { border-color: rgb(141,73,141); }
td.TdClassName
{
border-color: #8D498D;
}
.TagClassName
{
border-color: #8D498D;
}
</style>