Shades of Vivid Violet #8C4699
Tints of Vivid Violet #8C4699
RGB
CMYK
RGB Variations
Color information
#8C4699 (or 0x8C4699) is known color: Vivid Violet. HEX triplet: 8C, 46 and 99. RGB value is (140,70,153). Sum of RGB (Red+Green+Blue) = 140+70+153=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: blue. Hex color #8C4699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4699 is #73B966. Grayscale: #646464. Windows color (decimal): -7584103 or 10045068. OLE color: 10045068.
HSL color Cylindrical-coordinate representation of color #8C4699: hue angle of 290.6º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C4699 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 140 | 70 | 153 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.4 |
| HSL | 290.6º | 0.37% | 0.44% | - |
| HSV(B) | 290.6º | 0.54% | 0.6% | - |
| XYZ | 18.76 | 12.26 | 31.51 | - |
| YUV | 100.39 | 157.69 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 70 | 153 | 0.08 | 0.54 | 0 | 0.4 | 290.6 | 0.37 | 0.44 |
| Hex | 8C | 46 | 99 | 8 | 36 | 0 | 28 | 123 | 25 | 2C |
| Octal | 214 | 106 | 231 | 10 | 66 | 0 | 50 | 443 | 45 | 54 |
| Binary | 10001100 | 1000110 | 10011001 | 1000 | 110110 | 0 | 101000 | 100100011 | 100101 | 101100 |
Color Harmonies of #8C4699
Complementary color
Monochromatic Colors of #8C4699
Black with #8C4699
Text Example
Text Example
White with #8C4699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4699; }
p { color: rgb(140,70,153); }
H1.HeaderClassName
{
color: #8C4699;
}
.AnyTagClassName
{
color: #8C4699;
}
</style>
background-color css
<style>
a { background-color: #8C4699; }
a { background-color: rgb(140,70,153); }
div.DivClassName
{
background-color: #8C4699;
}
.BgClassName
{
background-color: #8C4699;
}
</style>
border-color css
<style>
span { border-color: #8C4699; }
span { border-color: rgb(140,70,153); }
td.TdClassName
{
border-color: #8C4699;
}
.TagClassName
{
border-color: #8C4699;
}
</style>