Shades of Vivid Violet #8C32A2
Tints of Vivid Violet #8C32A2
RGB
CMYK
RGB Variations
Color information
#8C32A2 (or 0x8C32A2) is known color: Vivid Violet. HEX triplet: 8C, 32 and A2. RGB value is (140,50,162). Sum of RGB (Red+Green+Blue) = 140+50+162=352 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.77% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 162 (63.67% from 255 or 46.02% from 352); Max value from RGB is 162 - color contains mainly: blue. Hex color #8C32A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C32A2 is #73CD5D. Grayscale: #595959. Windows color (decimal): -7589214 or 10629772. OLE color: 10629772.
HSL color Cylindrical-coordinate representation of color #8C32A2: hue angle of 288.21º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C32A2 is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 50 | 162 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.36 |
| HSL | 288.21º | 0.53% | 0.42% | - |
| HSV(B) | 288.21º | 0.69% | 0.64% | - |
| XYZ | 18.48 | 10.47 | 35.23 | - |
| YUV | 89.68 | 168.82 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 50 | 162 | 0.14 | 0.69 | 0 | 0.36 | 288.21 | 0.53 | 0.42 |
| Hex | 8C | 32 | A2 | E | 45 | 0 | 24 | 120 | 35 | 2A |
| Octal | 214 | 62 | 242 | 16 | 105 | 0 | 44 | 440 | 65 | 52 |
| Binary | 10001100 | 110010 | 10100010 | 1110 | 1000101 | 0 | 100100 | 100100000 | 110101 | 101010 |
Color Harmonies of #8C32A2
Complementary color
Monochromatic Colors of #8C32A2
Black with #8C32A2
Text Example
Text Example
White with #8C32A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C32A2; }
p { color: rgb(140,50,162); }
H1.HeaderClassName
{
color: #8C32A2;
}
.AnyTagClassName
{
color: #8C32A2;
}
</style>
background-color css
<style>
a { background-color: #8C32A2; }
a { background-color: rgb(140,50,162); }
div.DivClassName
{
background-color: #8C32A2;
}
.BgClassName
{
background-color: #8C32A2;
}
</style>
border-color css
<style>
span { border-color: #8C32A2; }
span { border-color: rgb(140,50,162); }
td.TdClassName
{
border-color: #8C32A2;
}
.TagClassName
{
border-color: #8C32A2;
}
</style>