Shades of Vivid Violet #8C2AAC
Tints of Vivid Violet #8C2AAC
RGB
CMYK
RGB Variations
Color information
#8C2AAC (or 0x8C2AAC) is known color: Vivid Violet. HEX triplet: 8C, 2A and AC. RGB value is (140,42,172). Sum of RGB (Red+Green+Blue) = 140+42+172=354 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.55% from 354); Green value is 42 (16.80% from 255 or 11.86% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C2AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2AAC is #73D553. Grayscale: #555555. Windows color (decimal): -7591252 or 11283084. OLE color: 11283084.
HSL color Cylindrical-coordinate representation of color #8C2AAC: hue angle of 285.23º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C2AAC is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 42 | 172 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.33 |
| HSL | 285.23º | 0.61% | 0.42% | - |
| HSV(B) | 285.23º | 0.76% | 0.67% | - |
| XYZ | 19.09 | 10.21 | 39.99 | - |
| YUV | 86.12 | 176.47 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 42 | 172 | 0.19 | 0.76 | 0 | 0.33 | 285.23 | 0.61 | 0.42 |
| Hex | 8C | 2A | AC | 13 | 4C | 0 | 21 | 11D | 3D | 2A |
| Octal | 214 | 52 | 254 | 23 | 114 | 0 | 41 | 435 | 75 | 52 |
| Binary | 10001100 | 101010 | 10101100 | 10011 | 1001100 | 0 | 100001 | 100011101 | 111101 | 101010 |
Color Harmonies of #8C2AAC
Complementary color
Monochromatic Colors of #8C2AAC
Black with #8C2AAC
Text Example
Text Example
White with #8C2AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2AAC; }
p { color: rgb(140,42,172); }
H1.HeaderClassName
{
color: #8C2AAC;
}
.AnyTagClassName
{
color: #8C2AAC;
}
</style>
background-color css
<style>
a { background-color: #8C2AAC; }
a { background-color: rgb(140,42,172); }
div.DivClassName
{
background-color: #8C2AAC;
}
.BgClassName
{
background-color: #8C2AAC;
}
</style>
border-color css
<style>
span { border-color: #8C2AAC; }
span { border-color: rgb(140,42,172); }
td.TdClassName
{
border-color: #8C2AAC;
}
.TagClassName
{
border-color: #8C2AAC;
}
</style>