Shades of Vivid Violet #8C498D
Tints of Vivid Violet #8C498D
RGB
CMYK
RGB Variations
Color information
#8C498D (or 0x8C498D) is known color: Vivid Violet. HEX triplet: 8C, 49 and 8D. RGB value is (140,73,141). Sum of RGB (Red+Green+Blue) = 140+73+141=354 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.55% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C498D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C498D is #73B672. Grayscale: #646464. Windows color (decimal): -7583347 or 9259404. OLE color: 9259404.
HSL color Cylindrical-coordinate representation of color #8C498D: hue angle of 299.12º 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 #8C498D is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 73 | 141 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.45 |
| HSL | 299.12º | 0.32% | 0.42% | - |
| HSV(B) | 299.12º | 0.48% | 0.55% | - |
| XYZ | 18.01 | 12.26 | 26.62 | - |
| YUV | 100.79 | 150.7 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 73 | 141 | 0.01 | 0.48 | 0 | 0.45 | 299.12 | 0.32 | 0.42 |
| Hex | 8C | 49 | 8D | 1 | 30 | 0 | 2D | 12B | 20 | 2A |
| Octal | 214 | 111 | 215 | 1 | 60 | 0 | 55 | 453 | 40 | 52 |
| Binary | 10001100 | 1001001 | 10001101 | 1 | 110000 | 0 | 101101 | 100101011 | 100000 | 101010 |
Color Harmonies of #8C498D
Complementary color
Monochromatic Colors of #8C498D
Black with #8C498D
Text Example
Text Example
White with #8C498D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C498D; }
p { color: rgb(140,73,141); }
H1.HeaderClassName
{
color: #8C498D;
}
.AnyTagClassName
{
color: #8C498D;
}
</style>
background-color css
<style>
a { background-color: #8C498D; }
a { background-color: rgb(140,73,141); }
div.DivClassName
{
background-color: #8C498D;
}
.BgClassName
{
background-color: #8C498D;
}
</style>
border-color css
<style>
span { border-color: #8C498D; }
span { border-color: rgb(140,73,141); }
td.TdClassName
{
border-color: #8C498D;
}
.TagClassName
{
border-color: #8C498D;
}
</style>