Shades of Vivid Violet #8C2EAD
Tints of Vivid Violet #8C2EAD
RGB
CMYK
RGB Variations
Color information
#8C2EAD (or 0x8C2EAD) is known color: Vivid Violet. HEX triplet: 8C, 2E and AD. RGB value is (140,46,173). Sum of RGB (Red+Green+Blue) = 140+46+173=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 46 (18.36% from 255 or 12.81% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C2EAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2EAD is #73D152. Grayscale: #585858. Windows color (decimal): -7590227 or 11349644. OLE color: 11349644.
HSL color Cylindrical-coordinate representation of color #8C2EAD: hue angle of 284.41º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C2EAD is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 46 | 173 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.32 |
| HSL | 284.41º | 0.58% | 0.43% | - |
| HSV(B) | 284.41º | 0.73% | 0.68% | - |
| XYZ | 19.34 | 10.55 | 40.55 | - |
| YUV | 88.58 | 175.64 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 46 | 173 | 0.19 | 0.73 | 0 | 0.32 | 284.41 | 0.58 | 0.43 |
| Hex | 8C | 2E | AD | 13 | 49 | 0 | 20 | 11C | 3A | 2B |
| Octal | 214 | 56 | 255 | 23 | 111 | 0 | 40 | 434 | 72 | 53 |
| Binary | 10001100 | 101110 | 10101101 | 10011 | 1001001 | 0 | 100000 | 100011100 | 111010 | 101011 |
Color Harmonies of #8C2EAD
Complementary color
Monochromatic Colors of #8C2EAD
Black with #8C2EAD
Text Example
Text Example
White with #8C2EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2EAD; }
p { color: rgb(140,46,173); }
H1.HeaderClassName
{
color: #8C2EAD;
}
.AnyTagClassName
{
color: #8C2EAD;
}
</style>
background-color css
<style>
a { background-color: #8C2EAD; }
a { background-color: rgb(140,46,173); }
div.DivClassName
{
background-color: #8C2EAD;
}
.BgClassName
{
background-color: #8C2EAD;
}
</style>
border-color css
<style>
span { border-color: #8C2EAD; }
span { border-color: rgb(140,46,173); }
td.TdClassName
{
border-color: #8C2EAD;
}
.TagClassName
{
border-color: #8C2EAD;
}
</style>