Shades of Vivid Violet #9D3B9C
Tints of Vivid Violet #9D3B9C
RGB
CMYK
RGB Variations
Color information
#9D3B9C (or 0x9D3B9C) is known color: Vivid Violet. HEX triplet: 9D, 3B and 9C. RGB value is (157,59,156). Sum of RGB (Red+Green+Blue) = 157+59+156=372 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.20% from 372); Green value is 59 (23.44% from 255 or 15.86% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3B9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3B9C is #62C463. Grayscale: #636363. Windows color (decimal): -6472804 or 10238877. OLE color: 10238877.
HSL color Cylindrical-coordinate representation of color #9D3B9C: hue angle of 300.61º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9D3B9C is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 59 | 156 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.38 |
| HSL | 300.61º | 0.45% | 0.42% | - |
| HSV(B) | 300.61º | 0.62% | 0.62% | - |
| XYZ | 21.47 | 12.7 | 32.77 | - |
| YUV | 99.36 | 159.97 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 59 | 156 | 0 | 0.62 | 0.01 | 0.38 | 300.61 | 0.45 | 0.42 |
| Hex | 9D | 3B | 9C | 0 | 3E | 1 | 26 | 12D | 2D | 2A |
| Octal | 235 | 73 | 234 | 0 | 76 | 1 | 46 | 455 | 55 | 52 |
| Binary | 10011101 | 111011 | 10011100 | 0 | 111110 | 1 | 100110 | 100101101 | 101101 | 101010 |
Color Harmonies of #9D3B9C
Complementary color
Monochromatic Colors of #9D3B9C
Black with #9D3B9C
Text Example
Text Example
White with #9D3B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3B9C; }
p { color: rgb(157,59,156); }
H1.HeaderClassName
{
color: #9D3B9C;
}
.AnyTagClassName
{
color: #9D3B9C;
}
</style>
background-color css
<style>
a { background-color: #9D3B9C; }
a { background-color: rgb(157,59,156); }
div.DivClassName
{
background-color: #9D3B9C;
}
.BgClassName
{
background-color: #9D3B9C;
}
</style>
border-color css
<style>
span { border-color: #9D3B9C; }
span { border-color: rgb(157,59,156); }
td.TdClassName
{
border-color: #9D3B9C;
}
.TagClassName
{
border-color: #9D3B9C;
}
</style>