Shades of Vivid Violet #8C329D
Tints of Vivid Violet #8C329D
RGB
CMYK
RGB Variations
Color information
#8C329D (or 0x8C329D) is known color: Vivid Violet. HEX triplet: 8C, 32 and 9D. RGB value is (140,50,157). Sum of RGB (Red+Green+Blue) = 140+50+157=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C329D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C329D is #73CD62. Grayscale: #585858. Windows color (decimal): -7589219 or 10302092. OLE color: 10302092.
HSL color Cylindrical-coordinate representation of color #8C329D: hue angle of 290.47º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C329D is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 50 | 157 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.38 |
| HSL | 290.47º | 0.52% | 0.41% | - |
| HSV(B) | 290.47º | 0.68% | 0.62% | - |
| XYZ | 18.04 | 10.29 | 32.93 | - |
| YUV | 89.11 | 166.32 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 50 | 157 | 0.11 | 0.68 | 0 | 0.38 | 290.47 | 0.52 | 0.41 |
| Hex | 8C | 32 | 9D | B | 44 | 0 | 26 | 122 | 34 | 29 |
| Octal | 214 | 62 | 235 | 13 | 104 | 0 | 46 | 442 | 64 | 51 |
| Binary | 10001100 | 110010 | 10011101 | 1011 | 1000100 | 0 | 100110 | 100100010 | 110100 | 101001 |
Color Harmonies of #8C329D
Complementary color
Monochromatic Colors of #8C329D
Black with #8C329D
Text Example
Text Example
White with #8C329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C329D; }
p { color: rgb(140,50,157); }
H1.HeaderClassName
{
color: #8C329D;
}
.AnyTagClassName
{
color: #8C329D;
}
</style>
background-color css
<style>
a { background-color: #8C329D; }
a { background-color: rgb(140,50,157); }
div.DivClassName
{
background-color: #8C329D;
}
.BgClassName
{
background-color: #8C329D;
}
</style>
border-color css
<style>
span { border-color: #8C329D; }
span { border-color: rgb(140,50,157); }
td.TdClassName
{
border-color: #8C329D;
}
.TagClassName
{
border-color: #8C329D;
}
</style>