Shades of Vivid Violet #8C328D
Tints of Vivid Violet #8C328D
RGB
CMYK
RGB Variations
Color information
#8C328D (or 0x8C328D) is known color: Vivid Violet. HEX triplet: 8C, 32 and 8D. RGB value is (140,50,141). Sum of RGB (Red+Green+Blue) = 140+50+141=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C328D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C328D is #73CD72. Grayscale: #575757. Windows color (decimal): -7589235 or 9253516. OLE color: 9253516.
HSL color Cylindrical-coordinate representation of color #8C328D: hue angle of 299.34º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C328D is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 50 | 141 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.45 |
| HSL | 299.34º | 0.48% | 0.37% | - |
| HSV(B) | 299.34º | 0.65% | 0.55% | - |
| XYZ | 16.76 | 9.78 | 26.2 | - |
| YUV | 87.28 | 158.32 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 50 | 141 | 0.01 | 0.65 | 0 | 0.45 | 299.34 | 0.48 | 0.37 |
| Hex | 8C | 32 | 8D | 1 | 41 | 0 | 2D | 12B | 30 | 25 |
| Octal | 214 | 62 | 215 | 1 | 101 | 0 | 55 | 453 | 60 | 45 |
| Binary | 10001100 | 110010 | 10001101 | 1 | 1000001 | 0 | 101101 | 100101011 | 110000 | 100101 |
Color Harmonies of #8C328D
Complementary color
Monochromatic Colors of #8C328D
Black with #8C328D
Text Example
Text Example
White with #8C328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C328D; }
p { color: rgb(140,50,141); }
H1.HeaderClassName
{
color: #8C328D;
}
.AnyTagClassName
{
color: #8C328D;
}
</style>
background-color css
<style>
a { background-color: #8C328D; }
a { background-color: rgb(140,50,141); }
div.DivClassName
{
background-color: #8C328D;
}
.BgClassName
{
background-color: #8C328D;
}
</style>
border-color css
<style>
span { border-color: #8C328D; }
span { border-color: rgb(140,50,141); }
td.TdClassName
{
border-color: #8C328D;
}
.TagClassName
{
border-color: #8C328D;
}
</style>