Shades of Vivid Violet #9D2D9C
Tints of Vivid Violet #9D2D9C
RGB
CMYK
RGB Variations
Color information
#9D2D9C (or 0x9D2D9C) is known color: Vivid Violet. HEX triplet: 9D, 2D and 9C. RGB value is (157,45,156). Sum of RGB (Red+Green+Blue) = 157+45+156=358 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.85% from 358); Green value is 45 (17.97% from 255 or 12.57% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2D9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2D9C is #62D263. Grayscale: #5A5A5A. Windows color (decimal): -6476388 or 10235293. OLE color: 10235293.
HSL color Cylindrical-coordinate representation of color #9D2D9C: hue angle of 300.54º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9D2D9C is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 45 | 156 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.38 |
| HSL | 300.54º | 0.55% | 0.4% | - |
| HSV(B) | 300.54º | 0.71% | 0.62% | - |
| XYZ | 20.84 | 11.45 | 32.56 | - |
| YUV | 91.14 | 164.61 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 45 | 156 | 0 | 0.71 | 0.01 | 0.38 | 300.54 | 0.55 | 0.4 |
| Hex | 9D | 2D | 9C | 0 | 47 | 1 | 26 | 12D | 37 | 28 |
| Octal | 235 | 55 | 234 | 0 | 107 | 1 | 46 | 455 | 67 | 50 |
| Binary | 10011101 | 101101 | 10011100 | 0 | 1000111 | 1 | 100110 | 100101101 | 110111 | 101000 |
Color Harmonies of #9D2D9C
Complementary color
Monochromatic Colors of #9D2D9C
Black with #9D2D9C
Text Example
Text Example
White with #9D2D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2D9C; }
p { color: rgb(157,45,156); }
H1.HeaderClassName
{
color: #9D2D9C;
}
.AnyTagClassName
{
color: #9D2D9C;
}
</style>
background-color css
<style>
a { background-color: #9D2D9C; }
a { background-color: rgb(157,45,156); }
div.DivClassName
{
background-color: #9D2D9C;
}
.BgClassName
{
background-color: #9D2D9C;
}
</style>
border-color css
<style>
span { border-color: #9D2D9C; }
span { border-color: rgb(157,45,156); }
td.TdClassName
{
border-color: #9D2D9C;
}
.TagClassName
{
border-color: #9D2D9C;
}
</style>