Shades of Vivid Violet #8C27A9
Tints of Vivid Violet #8C27A9
RGB
CMYK
RGB Variations
Color information
#8C27A9 (or 0x8C27A9) is known color: Vivid Violet. HEX triplet: 8C, 27 and A9. RGB value is (140,39,169). Sum of RGB (Red+Green+Blue) = 140+39+169=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 39 (15.62% from 255 or 11.21% from 348); Blue value is 169 (66.41% from 255 or 48.56% from 348); Max value from RGB is 169 - color contains mainly: blue. Hex color #8C27A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C27A9 is #73D856. Grayscale: #535353. Windows color (decimal): -7592023 or 11085708. OLE color: 11085708.
HSL color Cylindrical-coordinate representation of color #8C27A9: hue angle of 286.62º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C27A9 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 140 | 39 | 169 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.34 |
| HSL | 286.62º | 0.63% | 0.41% | - |
| HSV(B) | 286.62º | 0.77% | 0.66% | - |
| XYZ | 18.7 | 9.89 | 38.46 | - |
| YUV | 84.02 | 175.96 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 39 | 169 | 0.17 | 0.77 | 0 | 0.34 | 286.62 | 0.63 | 0.41 |
| Hex | 8C | 27 | A9 | 11 | 4D | 0 | 22 | 11F | 3E | 29 |
| Octal | 214 | 47 | 251 | 21 | 115 | 0 | 42 | 437 | 76 | 51 |
| Binary | 10001100 | 100111 | 10101001 | 10001 | 1001101 | 0 | 100010 | 100011111 | 111110 | 101001 |
Color Harmonies of #8C27A9
Complementary color
Monochromatic Colors of #8C27A9
Black with #8C27A9
Text Example
Text Example
White with #8C27A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C27A9; }
p { color: rgb(140,39,169); }
H1.HeaderClassName
{
color: #8C27A9;
}
.AnyTagClassName
{
color: #8C27A9;
}
</style>
background-color css
<style>
a { background-color: #8C27A9; }
a { background-color: rgb(140,39,169); }
div.DivClassName
{
background-color: #8C27A9;
}
.BgClassName
{
background-color: #8C27A9;
}
</style>
border-color css
<style>
span { border-color: #8C27A9; }
span { border-color: rgb(140,39,169); }
td.TdClassName
{
border-color: #8C27A9;
}
.TagClassName
{
border-color: #8C27A9;
}
</style>