Shades of Vivid Violet #8C4BA0
Tints of Vivid Violet #8C4BA0
RGB
CMYK
RGB Variations
Color information
#8C4BA0 (or 0x8C4BA0) is known color: Vivid Violet. HEX triplet: 8C, 4B and A0. RGB value is (140,75,160). Sum of RGB (Red+Green+Blue) = 140+75+160=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 160 - color contains mainly: blue. Hex color #8C4BA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4BA0 is #73B45F. Grayscale: #676767. Windows color (decimal): -7582816 or 10505100. OLE color: 10505100.
HSL color Cylindrical-coordinate representation of color #8C4BA0: hue angle of 285.88º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C4BA0 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 140 | 75 | 160 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.37 |
| HSL | 285.88º | 0.36% | 0.46% | - |
| HSV(B) | 285.88º | 0.53% | 0.63% | - |
| XYZ | 19.68 | 13.15 | 34.76 | - |
| YUV | 104.13 | 159.53 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 75 | 160 | 0.12 | 0.53 | 0 | 0.37 | 285.88 | 0.36 | 0.46 |
| Hex | 8C | 4B | A0 | C | 35 | 0 | 25 | 11E | 24 | 2E |
| Octal | 214 | 113 | 240 | 14 | 65 | 0 | 45 | 436 | 44 | 56 |
| Binary | 10001100 | 1001011 | 10100000 | 1100 | 110101 | 0 | 100101 | 100011110 | 100100 | 101110 |
Color Harmonies of #8C4BA0
Complementary color
Monochromatic Colors of #8C4BA0
Black with #8C4BA0
Text Example
Text Example
White with #8C4BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4BA0; }
p { color: rgb(140,75,160); }
H1.HeaderClassName
{
color: #8C4BA0;
}
.AnyTagClassName
{
color: #8C4BA0;
}
</style>
background-color css
<style>
a { background-color: #8C4BA0; }
a { background-color: rgb(140,75,160); }
div.DivClassName
{
background-color: #8C4BA0;
}
.BgClassName
{
background-color: #8C4BA0;
}
</style>
border-color css
<style>
span { border-color: #8C4BA0; }
span { border-color: rgb(140,75,160); }
td.TdClassName
{
border-color: #8C4BA0;
}
.TagClassName
{
border-color: #8C4BA0;
}
</style>