Shades of Vivid Violet #9E329D
Tints of Vivid Violet #9E329D
RGB
CMYK
RGB Variations
Color information
#9E329D (or 0x9E329D) is known color: Vivid Violet. HEX triplet: 9E, 32 and 9D. RGB value is (158,50,157). Sum of RGB (Red+Green+Blue) = 158+50+157=365 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.29% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 158 - color contains mainly: red. Hex color #9E329D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E329D is #61CD62. Grayscale: #5E5E5E. Windows color (decimal): -6409571 or 10302110. OLE color: 10302110.
HSL color Cylindrical-coordinate representation of color #9E329D: hue angle of 300.56º 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 #9E329D is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 50 | 157 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.38 |
| HSL | 300.56º | 0.52% | 0.41% | - |
| HSV(B) | 300.56º | 0.68% | 0.62% | - |
| XYZ | 21.33 | 11.98 | 33.09 | - |
| YUV | 94.49 | 163.28 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 50 | 157 | 0 | 0.68 | 0.01 | 0.38 | 300.56 | 0.52 | 0.41 |
| Hex | 9E | 32 | 9D | 0 | 44 | 1 | 26 | 12D | 34 | 29 |
| Octal | 236 | 62 | 235 | 0 | 104 | 1 | 46 | 455 | 64 | 51 |
| Binary | 10011110 | 110010 | 10011101 | 0 | 1000100 | 1 | 100110 | 100101101 | 110100 | 101001 |
Color Harmonies of #9E329D
Complementary color
Monochromatic Colors of #9E329D
Black with #9E329D
Text Example
Text Example
White with #9E329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E329D; }
p { color: rgb(158,50,157); }
H1.HeaderClassName
{
color: #9E329D;
}
.AnyTagClassName
{
color: #9E329D;
}
</style>
background-color css
<style>
a { background-color: #9E329D; }
a { background-color: rgb(158,50,157); }
div.DivClassName
{
background-color: #9E329D;
}
.BgClassName
{
background-color: #9E329D;
}
</style>
border-color css
<style>
span { border-color: #9E329D; }
span { border-color: rgb(158,50,157); }
td.TdClassName
{
border-color: #9E329D;
}
.TagClassName
{
border-color: #9E329D;
}
</style>