Shades of Vivid Violet #8C27A0
Tints of Vivid Violet #8C27A0
RGB
CMYK
RGB Variations
Color information
#8C27A0 (or 0x8C27A0) is known color: Vivid Violet. HEX triplet: 8C, 27 and A0. RGB value is (140,39,160). Sum of RGB (Red+Green+Blue) = 140+39+160=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 160 (62.89% from 255 or 47.20% from 339); Max value from RGB is 160 - color contains mainly: blue. Hex color #8C27A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C27A0 is #73D85F. Grayscale: #525252. Windows color (decimal): -7592032 or 10495884. OLE color: 10495884.
HSL color Cylindrical-coordinate representation of color #8C27A0: hue angle of 290.08º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C27A0 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 140 | 39 | 160 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.37 |
| HSL | 290.08º | 0.61% | 0.39% | - |
| HSV(B) | 290.08º | 0.76% | 0.63% | - |
| XYZ | 17.89 | 9.56 | 34.16 | - |
| YUV | 82.99 | 171.46 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 39 | 160 | 0.12 | 0.76 | 0 | 0.37 | 290.08 | 0.61 | 0.39 |
| Hex | 8C | 27 | A0 | C | 4C | 0 | 25 | 122 | 3D | 27 |
| Octal | 214 | 47 | 240 | 14 | 114 | 0 | 45 | 442 | 75 | 47 |
| Binary | 10001100 | 100111 | 10100000 | 1100 | 1001100 | 0 | 100101 | 100100010 | 111101 | 100111 |
Color Harmonies of #8C27A0
Complementary color
Monochromatic Colors of #8C27A0
Black with #8C27A0
Text Example
Text Example
White with #8C27A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C27A0; }
p { color: rgb(140,39,160); }
H1.HeaderClassName
{
color: #8C27A0;
}
.AnyTagClassName
{
color: #8C27A0;
}
</style>
background-color css
<style>
a { background-color: #8C27A0; }
a { background-color: rgb(140,39,160); }
div.DivClassName
{
background-color: #8C27A0;
}
.BgClassName
{
background-color: #8C27A0;
}
</style>
border-color css
<style>
span { border-color: #8C27A0; }
span { border-color: rgb(140,39,160); }
td.TdClassName
{
border-color: #8C27A0;
}
.TagClassName
{
border-color: #8C27A0;
}
</style>