Shades of Vivid Violet #8C329B
Tints of Vivid Violet #8C329B
RGB
CMYK
RGB Variations
Color information
#8C329B (or 0x8C329B) is known color: Vivid Violet. HEX triplet: 8C, 32 and 9B. RGB value is (140,50,155). Sum of RGB (Red+Green+Blue) = 140+50+155=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C329B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C329B is #73CD64. Grayscale: #585858. Windows color (decimal): -7589221 or 10171020. OLE color: 10171020.
HSL color Cylindrical-coordinate representation of color #8C329B: hue angle of 291.43º 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 #8C329B is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 140 | 50 | 155 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.39 |
| HSL | 291.43º | 0.51% | 0.4% | - |
| HSV(B) | 291.43º | 0.68% | 0.61% | - |
| XYZ | 17.87 | 10.22 | 32.04 | - |
| YUV | 88.88 | 165.32 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 50 | 155 | 0.10 | 0.68 | 0 | 0.39 | 291.43 | 0.51 | 0.4 |
| Hex | 8C | 32 | 9B | A | 44 | 0 | 27 | 123 | 33 | 28 |
| Octal | 214 | 62 | 233 | 12 | 104 | 0 | 47 | 443 | 63 | 50 |
| Binary | 10001100 | 110010 | 10011011 | 1010 | 1000100 | 0 | 100111 | 100100011 | 110011 | 101000 |
Color Harmonies of #8C329B
Complementary color
Monochromatic Colors of #8C329B
Black with #8C329B
Text Example
Text Example
White with #8C329B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C329B; }
p { color: rgb(140,50,155); }
H1.HeaderClassName
{
color: #8C329B;
}
.AnyTagClassName
{
color: #8C329B;
}
</style>
background-color css
<style>
a { background-color: #8C329B; }
a { background-color: rgb(140,50,155); }
div.DivClassName
{
background-color: #8C329B;
}
.BgClassName
{
background-color: #8C329B;
}
</style>
border-color css
<style>
span { border-color: #8C329B; }
span { border-color: rgb(140,50,155); }
td.TdClassName
{
border-color: #8C329B;
}
.TagClassName
{
border-color: #8C329B;
}
</style>