Shades of Vivid Violet #9C329E
Tints of Vivid Violet #9C329E
RGB
CMYK
RGB Variations
Color information
#9C329E (or 0x9C329E) is known color: Vivid Violet. HEX triplet: 9C, 32 and 9E. RGB value is (156,50,158). Sum of RGB (Red+Green+Blue) = 156+50+158=364 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.86% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 158 (62.11% from 255 or 43.41% from 364); Max value from RGB is 158 - color contains mainly: blue. Hex color #9C329E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C329E is #63CD61. Grayscale: #5D5D5D. Windows color (decimal): -6540642 or 10367644. OLE color: 10367644.
HSL color Cylindrical-coordinate representation of color #9C329E: hue angle of 298.89º 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 #9C329E is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 50 | 158 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.38 |
| HSL | 298.89º | 0.52% | 0.41% | - |
| HSV(B) | 298.89º | 0.68% | 0.62% | - |
| XYZ | 21.02 | 11.82 | 33.52 | - |
| YUV | 94.01 | 164.12 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 50 | 158 | 0.01 | 0.68 | 0 | 0.38 | 298.89 | 0.52 | 0.41 |
| Hex | 9C | 32 | 9E | 1 | 44 | 0 | 26 | 12B | 34 | 29 |
| Octal | 234 | 62 | 236 | 1 | 104 | 0 | 46 | 453 | 64 | 51 |
| Binary | 10011100 | 110010 | 10011110 | 1 | 1000100 | 0 | 100110 | 100101011 | 110100 | 101001 |
Color Harmonies of #9C329E
Complementary color
Monochromatic Colors of #9C329E
Black with #9C329E
Text Example
Text Example
White with #9C329E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C329E; }
p { color: rgb(156,50,158); }
H1.HeaderClassName
{
color: #9C329E;
}
.AnyTagClassName
{
color: #9C329E;
}
</style>
background-color css
<style>
a { background-color: #9C329E; }
a { background-color: rgb(156,50,158); }
div.DivClassName
{
background-color: #9C329E;
}
.BgClassName
{
background-color: #9C329E;
}
</style>
border-color css
<style>
span { border-color: #9C329E; }
span { border-color: rgb(156,50,158); }
td.TdClassName
{
border-color: #9C329E;
}
.TagClassName
{
border-color: #9C329E;
}
</style>