Shades of Vivid Violet #9D3999
Tints of Vivid Violet #9D3999
RGB
CMYK
RGB Variations
Color information
#9D3999 (or 0x9D3999) is known color: Vivid Violet. HEX triplet: 9D, 39 and 99. RGB value is (157,57,153). Sum of RGB (Red+Green+Blue) = 157+57+153=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 57 (22.66% from 255 or 15.53% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3999 is #62C666. Grayscale: #616161. Windows color (decimal): -6473319 or 10041757. OLE color: 10041757.
HSL color Cylindrical-coordinate representation of color #9D3999: hue angle of 302.4º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9D3999 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 57 | 153 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.38 |
| HSL | 302.4º | 0.47% | 0.42% | - |
| HSV(B) | 302.4º | 0.64% | 0.62% | - |
| XYZ | 21.12 | 12.39 | 31.42 | - |
| YUV | 97.84 | 159.13 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 57 | 153 | 0 | 0.64 | 0.03 | 0.38 | 302.4 | 0.47 | 0.42 |
| Hex | 9D | 39 | 99 | 0 | 40 | 3 | 26 | 12E | 2F | 2A |
| Octal | 235 | 71 | 231 | 0 | 100 | 3 | 46 | 456 | 57 | 52 |
| Binary | 10011101 | 111001 | 10011001 | 0 | 1000000 | 11 | 100110 | 100101110 | 101111 | 101010 |
Color Harmonies of #9D3999
Complementary color
Monochromatic Colors of #9D3999
Black with #9D3999
Text Example
Text Example
White with #9D3999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3999; }
p { color: rgb(157,57,153); }
H1.HeaderClassName
{
color: #9D3999;
}
.AnyTagClassName
{
color: #9D3999;
}
</style>
background-color css
<style>
a { background-color: #9D3999; }
a { background-color: rgb(157,57,153); }
div.DivClassName
{
background-color: #9D3999;
}
.BgClassName
{
background-color: #9D3999;
}
</style>
border-color css
<style>
span { border-color: #9D3999; }
span { border-color: rgb(157,57,153); }
td.TdClassName
{
border-color: #9D3999;
}
.TagClassName
{
border-color: #9D3999;
}
</style>