Shades of Vivid Violet #8D498E
Tints of Vivid Violet #8D498E
RGB
CMYK
RGB Variations
Color information
#8D498E (or 0x8D498E) is known color: Vivid Violet. HEX triplet: 8D, 49 and 8E. RGB value is (141,73,142). Sum of RGB (Red+Green+Blue) = 141+73+142=356 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.61% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 142 - color contains mainly: blue. Hex color #8D498E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D498E is #72B671. Grayscale: #646464. Windows color (decimal): -7517810 or 9324941. OLE color: 9324941.
HSL color Cylindrical-coordinate representation of color #8D498E: hue angle of 299.13º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D498E is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 141 | 73 | 142 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.44 |
| HSL | 299.13º | 0.32% | 0.42% | - |
| HSV(B) | 299.13º | 0.49% | 0.56% | - |
| XYZ | 18.25 | 12.38 | 27.02 | - |
| YUV | 101.2 | 151.03 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 73 | 142 | 0.01 | 0.49 | 0 | 0.44 | 299.13 | 0.32 | 0.42 |
| Hex | 8D | 49 | 8E | 1 | 31 | 0 | 2C | 12B | 20 | 2A |
| Octal | 215 | 111 | 216 | 1 | 61 | 0 | 54 | 453 | 40 | 52 |
| Binary | 10001101 | 1001001 | 10001110 | 1 | 110001 | 0 | 101100 | 100101011 | 100000 | 101010 |
Color Harmonies of #8D498E
Complementary color
Monochromatic Colors of #8D498E
Black with #8D498E
Text Example
Text Example
White with #8D498E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D498E; }
p { color: rgb(141,73,142); }
H1.HeaderClassName
{
color: #8D498E;
}
.AnyTagClassName
{
color: #8D498E;
}
</style>
background-color css
<style>
a { background-color: #8D498E; }
a { background-color: rgb(141,73,142); }
div.DivClassName
{
background-color: #8D498E;
}
.BgClassName
{
background-color: #8D498E;
}
</style>
border-color css
<style>
span { border-color: #8D498E; }
span { border-color: rgb(141,73,142); }
td.TdClassName
{
border-color: #8D498E;
}
.TagClassName
{
border-color: #8D498E;
}
</style>