Shades of Vivid Violet #8C2AAD
Tints of Vivid Violet #8C2AAD
RGB
CMYK
RGB Variations
Color information
#8C2AAD (or 0x8C2AAD) is known color: Vivid Violet. HEX triplet: 8C, 2A and AD. RGB value is (140,42,173). Sum of RGB (Red+Green+Blue) = 140+42+173=355 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.44% from 355); Green value is 42 (16.80% from 255 or 11.83% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C2AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2AAD is #73D552. Grayscale: #555555. Windows color (decimal): -7591251 or 11348620. OLE color: 11348620.
HSL color Cylindrical-coordinate representation of color #8C2AAD: hue angle of 284.89º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C2AAD is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 42 | 173 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.32 |
| HSL | 284.89º | 0.61% | 0.42% | - |
| HSV(B) | 284.89º | 0.76% | 0.68% | - |
| XYZ | 19.19 | 10.25 | 40.5 | - |
| YUV | 86.24 | 176.97 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 42 | 173 | 0.19 | 0.76 | 0 | 0.32 | 284.89 | 0.61 | 0.42 |
| Hex | 8C | 2A | AD | 13 | 4C | 0 | 20 | 11D | 3D | 2A |
| Octal | 214 | 52 | 255 | 23 | 114 | 0 | 40 | 435 | 75 | 52 |
| Binary | 10001100 | 101010 | 10101101 | 10011 | 1001100 | 0 | 100000 | 100011101 | 111101 | 101010 |
Color Harmonies of #8C2AAD
Complementary color
Monochromatic Colors of #8C2AAD
Black with #8C2AAD
Text Example
Text Example
White with #8C2AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2AAD; }
p { color: rgb(140,42,173); }
H1.HeaderClassName
{
color: #8C2AAD;
}
.AnyTagClassName
{
color: #8C2AAD;
}
</style>
background-color css
<style>
a { background-color: #8C2AAD; }
a { background-color: rgb(140,42,173); }
div.DivClassName
{
background-color: #8C2AAD;
}
.BgClassName
{
background-color: #8C2AAD;
}
</style>
border-color css
<style>
span { border-color: #8C2AAD; }
span { border-color: rgb(140,42,173); }
td.TdClassName
{
border-color: #8C2AAD;
}
.TagClassName
{
border-color: #8C2AAD;
}
</style>