Shades of Vivid Violet #8C4AA2
Tints of Vivid Violet #8C4AA2
RGB
CMYK
RGB Variations
Color information
#8C4AA2 (or 0x8C4AA2) is known color: Vivid Violet. HEX triplet: 8C, 4A and A2. RGB value is (140,74,162). Sum of RGB (Red+Green+Blue) = 140+74+162=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 162 (63.67% from 255 or 43.09% from 376); Max value from RGB is 162 - color contains mainly: blue. Hex color #8C4AA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4AA2 is #73B55D. Grayscale: #676767. Windows color (decimal): -7583070 or 10635916. OLE color: 10635916.
HSL color Cylindrical-coordinate representation of color #8C4AA2: hue angle of 285º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C4AA2 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 74 | 162 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.36 |
| HSL | 285º | 0.37% | 0.46% | - |
| HSV(B) | 285º | 0.54% | 0.64% | - |
| XYZ | 19.79 | 13.08 | 35.66 | - |
| YUV | 103.77 | 160.87 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 74 | 162 | 0.14 | 0.54 | 0 | 0.36 | 285 | 0.37 | 0.46 |
| Hex | 8C | 4A | A2 | E | 36 | 0 | 24 | 11D | 25 | 2E |
| Octal | 214 | 112 | 242 | 16 | 66 | 0 | 44 | 435 | 45 | 56 |
| Binary | 10001100 | 1001010 | 10100010 | 1110 | 110110 | 0 | 100100 | 100011101 | 100101 | 101110 |
Color Harmonies of #8C4AA2
Complementary color
Monochromatic Colors of #8C4AA2
Black with #8C4AA2
Text Example
Text Example
White with #8C4AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4AA2; }
p { color: rgb(140,74,162); }
H1.HeaderClassName
{
color: #8C4AA2;
}
.AnyTagClassName
{
color: #8C4AA2;
}
</style>
background-color css
<style>
a { background-color: #8C4AA2; }
a { background-color: rgb(140,74,162); }
div.DivClassName
{
background-color: #8C4AA2;
}
.BgClassName
{
background-color: #8C4AA2;
}
</style>
border-color css
<style>
span { border-color: #8C4AA2; }
span { border-color: rgb(140,74,162); }
td.TdClassName
{
border-color: #8C4AA2;
}
.TagClassName
{
border-color: #8C4AA2;
}
</style>