Shades of Vivid Violet #9C329D
Tints of Vivid Violet #9C329D
RGB
CMYK
RGB Variations
Color information
#9C329D (or 0x9C329D) is known color: Vivid Violet. HEX triplet: 9C, 32 and 9D. RGB value is (156,50,157). Sum of RGB (Red+Green+Blue) = 156+50+157=363 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.98% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #9C329D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C329D is #63CD62. Grayscale: #5D5D5D. Windows color (decimal): -6540643 or 10302108. OLE color: 10302108.
HSL color Cylindrical-coordinate representation of color #9C329D: hue angle of 299.44º 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 #9C329D is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 50 | 157 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.38 |
| HSL | 299.44º | 0.52% | 0.41% | - |
| HSV(B) | 299.44º | 0.68% | 0.62% | - |
| XYZ | 20.94 | 11.78 | 33.07 | - |
| YUV | 93.89 | 163.62 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 50 | 157 | 0.01 | 0.68 | 0 | 0.38 | 299.44 | 0.52 | 0.41 |
| Hex | 9C | 32 | 9D | 1 | 44 | 0 | 26 | 12B | 34 | 29 |
| Octal | 234 | 62 | 235 | 1 | 104 | 0 | 46 | 453 | 64 | 51 |
| Binary | 10011100 | 110010 | 10011101 | 1 | 1000100 | 0 | 100110 | 100101011 | 110100 | 101001 |
Color Harmonies of #9C329D
Complementary color
Monochromatic Colors of #9C329D
Black with #9C329D
Text Example
Text Example
White with #9C329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C329D; }
p { color: rgb(156,50,157); }
H1.HeaderClassName
{
color: #9C329D;
}
.AnyTagClassName
{
color: #9C329D;
}
</style>
background-color css
<style>
a { background-color: #9C329D; }
a { background-color: rgb(156,50,157); }
div.DivClassName
{
background-color: #9C329D;
}
.BgClassName
{
background-color: #9C329D;
}
</style>
border-color css
<style>
span { border-color: #9C329D; }
span { border-color: rgb(156,50,157); }
td.TdClassName
{
border-color: #9C329D;
}
.TagClassName
{
border-color: #9C329D;
}
</style>