Shades of Vivid Violet #8C499D
Tints of Vivid Violet #8C499D
RGB
CMYK
RGB Variations
Color information
#8C499D (or 0x8C499D) is known color: Vivid Violet. HEX triplet: 8C, 49 and 9D. RGB value is (140,73,157). Sum of RGB (Red+Green+Blue) = 140+73+157=370 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.84% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C499D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C499D is #73B662. Grayscale: #666666. Windows color (decimal): -7583331 or 10307980. OLE color: 10307980.
HSL color Cylindrical-coordinate representation of color #8C499D: hue angle of 287.86º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C499D is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 73 | 157 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.38 |
| HSL | 287.86º | 0.37% | 0.45% | - |
| HSV(B) | 287.86º | 0.54% | 0.62% | - |
| XYZ | 19.28 | 12.77 | 33.35 | - |
| YUV | 102.61 | 158.7 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 73 | 157 | 0.11 | 0.54 | 0 | 0.38 | 287.86 | 0.37 | 0.45 |
| Hex | 8C | 49 | 9D | B | 36 | 0 | 26 | 120 | 25 | 2D |
| Octal | 214 | 111 | 235 | 13 | 66 | 0 | 46 | 440 | 45 | 55 |
| Binary | 10001100 | 1001001 | 10011101 | 1011 | 110110 | 0 | 100110 | 100100000 | 100101 | 101101 |
Color Harmonies of #8C499D
Complementary color
Monochromatic Colors of #8C499D
Black with #8C499D
Text Example
Text Example
White with #8C499D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C499D; }
p { color: rgb(140,73,157); }
H1.HeaderClassName
{
color: #8C499D;
}
.AnyTagClassName
{
color: #8C499D;
}
</style>
background-color css
<style>
a { background-color: #8C499D; }
a { background-color: rgb(140,73,157); }
div.DivClassName
{
background-color: #8C499D;
}
.BgClassName
{
background-color: #8C499D;
}
</style>
border-color css
<style>
span { border-color: #8C499D; }
span { border-color: rgb(140,73,157); }
td.TdClassName
{
border-color: #8C499D;
}
.TagClassName
{
border-color: #8C499D;
}
</style>