Shades of Vivid Violet #8C329E
Tints of Vivid Violet #8C329E
RGB
CMYK
RGB Variations
Color information
#8C329E (or 0x8C329E) is known color: Vivid Violet. HEX triplet: 8C, 32 and 9E. RGB value is (140,50,158). Sum of RGB (Red+Green+Blue) = 140+50+158=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 158 - color contains mainly: blue. Hex color #8C329E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C329E is #73CD61. Grayscale: #585858. Windows color (decimal): -7589218 or 10367628. OLE color: 10367628.
HSL color Cylindrical-coordinate representation of color #8C329E: hue angle of 290º 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 #8C329E is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 50 | 158 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.38 |
| HSL | 290º | 0.52% | 0.41% | - |
| HSV(B) | 290º | 0.68% | 0.62% | - |
| XYZ | 18.13 | 10.33 | 33.39 | - |
| YUV | 89.22 | 166.82 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 50 | 158 | 0.11 | 0.68 | 0 | 0.38 | 290 | 0.52 | 0.41 |
| Hex | 8C | 32 | 9E | B | 44 | 0 | 26 | 122 | 34 | 29 |
| Octal | 214 | 62 | 236 | 13 | 104 | 0 | 46 | 442 | 64 | 51 |
| Binary | 10001100 | 110010 | 10011110 | 1011 | 1000100 | 0 | 100110 | 100100010 | 110100 | 101001 |
Color Harmonies of #8C329E
Complementary color
Monochromatic Colors of #8C329E
Black with #8C329E
Text Example
Text Example
White with #8C329E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C329E; }
p { color: rgb(140,50,158); }
H1.HeaderClassName
{
color: #8C329E;
}
.AnyTagClassName
{
color: #8C329E;
}
</style>
background-color css
<style>
a { background-color: #8C329E; }
a { background-color: rgb(140,50,158); }
div.DivClassName
{
background-color: #8C329E;
}
.BgClassName
{
background-color: #8C329E;
}
</style>
border-color css
<style>
span { border-color: #8C329E; }
span { border-color: rgb(140,50,158); }
td.TdClassName
{
border-color: #8C329E;
}
.TagClassName
{
border-color: #8C329E;
}
</style>