Shades of Vivid Violet #8C32AC
Tints of Vivid Violet #8C32AC
RGB
CMYK
RGB Variations
Color information
#8C32AC (or 0x8C32AC) is known color: Vivid Violet. HEX triplet: 8C, 32 and AC. RGB value is (140,50,172). Sum of RGB (Red+Green+Blue) = 140+50+172=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C32AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C32AC is #73CD53. Grayscale: #5A5A5A. Windows color (decimal): -7589204 or 11285132. OLE color: 11285132.
HSL color Cylindrical-coordinate representation of color #8C32AC: hue angle of 284.26º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C32AC is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 50 | 172 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.33 |
| HSL | 284.26º | 0.55% | 0.44% | - |
| HSV(B) | 284.26º | 0.71% | 0.67% | - |
| XYZ | 19.4 | 10.84 | 40.1 | - |
| YUV | 90.82 | 173.82 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 50 | 172 | 0.19 | 0.71 | 0 | 0.33 | 284.26 | 0.55 | 0.44 |
| Hex | 8C | 32 | AC | 13 | 47 | 0 | 21 | 11C | 37 | 2C |
| Octal | 214 | 62 | 254 | 23 | 107 | 0 | 41 | 434 | 67 | 54 |
| Binary | 10001100 | 110010 | 10101100 | 10011 | 1000111 | 0 | 100001 | 100011100 | 110111 | 101100 |
Color Harmonies of #8C32AC
Complementary color
Monochromatic Colors of #8C32AC
Black with #8C32AC
Text Example
Text Example
White with #8C32AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C32AC; }
p { color: rgb(140,50,172); }
H1.HeaderClassName
{
color: #8C32AC;
}
.AnyTagClassName
{
color: #8C32AC;
}
</style>
background-color css
<style>
a { background-color: #8C32AC; }
a { background-color: rgb(140,50,172); }
div.DivClassName
{
background-color: #8C32AC;
}
.BgClassName
{
background-color: #8C32AC;
}
</style>
border-color css
<style>
span { border-color: #8C32AC; }
span { border-color: rgb(140,50,172); }
td.TdClassName
{
border-color: #8C32AC;
}
.TagClassName
{
border-color: #8C32AC;
}
</style>