Shades of Vivid Violet #9D2D96
Tints of Vivid Violet #9D2D96
RGB
CMYK
RGB Variations
Color information
#9D2D96 (or 0x9D2D96) is known color: Vivid Violet. HEX triplet: 9D, 2D and 96. RGB value is (157,45,150). Sum of RGB (Red+Green+Blue) = 157+45+150=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 45 (17.97% from 255 or 12.78% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2D96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2D96 is #62D269. Grayscale: #5A5A5A. Windows color (decimal): -6476394 or 9842077. OLE color: 9842077.
HSL color Cylindrical-coordinate representation of color #9D2D96: hue angle of 303.75º 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 #9D2D96 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 45 | 150 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.38 |
| HSL | 303.75º | 0.55% | 0.4% | - |
| HSV(B) | 303.75º | 0.71% | 0.62% | - |
| XYZ | 20.35 | 11.25 | 29.95 | - |
| YUV | 90.46 | 161.61 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 45 | 150 | 0 | 0.71 | 0.04 | 0.38 | 303.75 | 0.55 | 0.4 |
| Hex | 9D | 2D | 96 | 0 | 47 | 4 | 26 | 130 | 37 | 28 |
| Octal | 235 | 55 | 226 | 0 | 107 | 4 | 46 | 460 | 67 | 50 |
| Binary | 10011101 | 101101 | 10010110 | 0 | 1000111 | 100 | 100110 | 100110000 | 110111 | 101000 |
Color Harmonies of #9D2D96
Complementary color
Monochromatic Colors of #9D2D96
Black with #9D2D96
Text Example
Text Example
White with #9D2D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2D96; }
p { color: rgb(157,45,150); }
H1.HeaderClassName
{
color: #9D2D96;
}
.AnyTagClassName
{
color: #9D2D96;
}
</style>
background-color css
<style>
a { background-color: #9D2D96; }
a { background-color: rgb(157,45,150); }
div.DivClassName
{
background-color: #9D2D96;
}
.BgClassName
{
background-color: #9D2D96;
}
</style>
border-color css
<style>
span { border-color: #9D2D96; }
span { border-color: rgb(157,45,150); }
td.TdClassName
{
border-color: #9D2D96;
}
.TagClassName
{
border-color: #9D2D96;
}
</style>