Shades of Vivid Violet #8D329C
Tints of Vivid Violet #8D329C
RGB
CMYK
RGB Variations
Color information
#8D329C (or 0x8D329C) is known color: Vivid Violet. HEX triplet: 8D, 32 and 9C. RGB value is (141,50,156). Sum of RGB (Red+Green+Blue) = 141+50+156=347 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.63% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 156 - color contains mainly: blue. Hex color #8D329C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D329C is #72CD63. Grayscale: #585858. Windows color (decimal): -7523684 or 10236557. OLE color: 10236557.
HSL color Cylindrical-coordinate representation of color #8D329C: hue angle of 291.51º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D329C is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 50 | 156 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.39 |
| HSL | 291.51º | 0.51% | 0.4% | - |
| HSV(B) | 291.51º | 0.68% | 0.61% | - |
| XYZ | 18.13 | 10.34 | 32.49 | - |
| YUV | 89.29 | 165.65 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 50 | 156 | 0.10 | 0.68 | 0 | 0.39 | 291.51 | 0.51 | 0.4 |
| Hex | 8D | 32 | 9C | A | 44 | 0 | 27 | 124 | 33 | 28 |
| Octal | 215 | 62 | 234 | 12 | 104 | 0 | 47 | 444 | 63 | 50 |
| Binary | 10001101 | 110010 | 10011100 | 1010 | 1000100 | 0 | 100111 | 100100100 | 110011 | 101000 |
Color Harmonies of #8D329C
Complementary color
Monochromatic Colors of #8D329C
Black with #8D329C
Text Example
Text Example
White with #8D329C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D329C; }
p { color: rgb(141,50,156); }
H1.HeaderClassName
{
color: #8D329C;
}
.AnyTagClassName
{
color: #8D329C;
}
</style>
background-color css
<style>
a { background-color: #8D329C; }
a { background-color: rgb(141,50,156); }
div.DivClassName
{
background-color: #8D329C;
}
.BgClassName
{
background-color: #8D329C;
}
</style>
border-color css
<style>
span { border-color: #8D329C; }
span { border-color: rgb(141,50,156); }
td.TdClassName
{
border-color: #8D329C;
}
.TagClassName
{
border-color: #8D329C;
}
</style>