Shades of Vivid Violet #9D329B
Tints of Vivid Violet #9D329B
RGB
CMYK
RGB Variations
Color information
#9D329B (or 0x9D329B) is known color: Vivid Violet. HEX triplet: 9D, 32 and 9B. RGB value is (157,50,155). Sum of RGB (Red+Green+Blue) = 157+50+155=362 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.37% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 157 - color contains mainly: red. Hex color #9D329B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D329B is #62CD64. Grayscale: #5D5D5D. Windows color (decimal): -6475109 or 10171037. OLE color: 10171037.
HSL color Cylindrical-coordinate representation of color #9D329B: hue angle of 301.12º 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 #9D329B is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 50 | 155 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.38 |
| HSL | 301.12º | 0.52% | 0.41% | - |
| HSV(B) | 301.12º | 0.68% | 0.62% | - |
| XYZ | 20.96 | 11.82 | 32.19 | - |
| YUV | 93.96 | 162.45 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 50 | 155 | 0 | 0.68 | 0.01 | 0.38 | 301.12 | 0.52 | 0.41 |
| Hex | 9D | 32 | 9B | 0 | 44 | 1 | 26 | 12D | 34 | 29 |
| Octal | 235 | 62 | 233 | 0 | 104 | 1 | 46 | 455 | 64 | 51 |
| Binary | 10011101 | 110010 | 10011011 | 0 | 1000100 | 1 | 100110 | 100101101 | 110100 | 101001 |
Color Harmonies of #9D329B
Complementary color
Monochromatic Colors of #9D329B
Black with #9D329B
Text Example
Text Example
White with #9D329B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D329B; }
p { color: rgb(157,50,155); }
H1.HeaderClassName
{
color: #9D329B;
}
.AnyTagClassName
{
color: #9D329B;
}
</style>
background-color css
<style>
a { background-color: #9D329B; }
a { background-color: rgb(157,50,155); }
div.DivClassName
{
background-color: #9D329B;
}
.BgClassName
{
background-color: #9D329B;
}
</style>
border-color css
<style>
span { border-color: #9D329B; }
span { border-color: rgb(157,50,155); }
td.TdClassName
{
border-color: #9D329B;
}
.TagClassName
{
border-color: #9D329B;
}
</style>