Shades of Vivid Violet #8D329D
Tints of Vivid Violet #8D329D
RGB
CMYK
RGB Variations
Color information
#8D329D (or 0x8D329D) is known color: Vivid Violet. HEX triplet: 8D, 32 and 9D. RGB value is (141,50,157). Sum of RGB (Red+Green+Blue) = 141+50+157=348 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.52% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 157 - color contains mainly: blue. Hex color #8D329D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D329D is #72CD62. Grayscale: #595959. Windows color (decimal): -7523683 or 10302093. OLE color: 10302093.
HSL color Cylindrical-coordinate representation of color #8D329D: hue angle of 291.03º 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 #8D329D is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 50 | 157 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.38 |
| HSL | 291.03º | 0.52% | 0.41% | - |
| HSV(B) | 291.03º | 0.68% | 0.62% | - |
| XYZ | 18.21 | 10.38 | 32.94 | - |
| YUV | 89.41 | 166.15 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 50 | 157 | 0.10 | 0.68 | 0 | 0.38 | 291.03 | 0.52 | 0.41 |
| Hex | 8D | 32 | 9D | A | 44 | 0 | 26 | 123 | 34 | 29 |
| Octal | 215 | 62 | 235 | 12 | 104 | 0 | 46 | 443 | 64 | 51 |
| Binary | 10001101 | 110010 | 10011101 | 1010 | 1000100 | 0 | 100110 | 100100011 | 110100 | 101001 |
Color Harmonies of #8D329D
Complementary color
Monochromatic Colors of #8D329D
Black with #8D329D
Text Example
Text Example
White with #8D329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D329D; }
p { color: rgb(141,50,157); }
H1.HeaderClassName
{
color: #8D329D;
}
.AnyTagClassName
{
color: #8D329D;
}
</style>
background-color css
<style>
a { background-color: #8D329D; }
a { background-color: rgb(141,50,157); }
div.DivClassName
{
background-color: #8D329D;
}
.BgClassName
{
background-color: #8D329D;
}
</style>
border-color css
<style>
span { border-color: #8D329D; }
span { border-color: rgb(141,50,157); }
td.TdClassName
{
border-color: #8D329D;
}
.TagClassName
{
border-color: #8D329D;
}
</style>