Shades of Vivid Violet #9D2D95
Tints of Vivid Violet #9D2D95
RGB
CMYK
RGB Variations
Color information
#9D2D95 (or 0x9D2D95) is known color: Vivid Violet. HEX triplet: 9D, 2D and 95. RGB value is (157,45,149). Sum of RGB (Red+Green+Blue) = 157+45+149=351 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.73% from 351); Green value is 45 (17.97% from 255 or 12.82% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2D95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2D95 is #62D26A. Grayscale: #5A5A5A. Windows color (decimal): -6476395 or 9776541. OLE color: 9776541.
HSL color Cylindrical-coordinate representation of color #9D2D95: hue angle of 304.29º 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 #9D2D95 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 45 | 149 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.38 |
| HSL | 304.29º | 0.55% | 0.4% | - |
| HSV(B) | 304.29º | 0.71% | 0.62% | - |
| XYZ | 20.27 | 11.21 | 29.53 | - |
| YUV | 90.34 | 161.11 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 45 | 149 | 0 | 0.71 | 0.05 | 0.38 | 304.29 | 0.55 | 0.4 |
| Hex | 9D | 2D | 95 | 0 | 47 | 5 | 26 | 130 | 37 | 28 |
| Octal | 235 | 55 | 225 | 0 | 107 | 5 | 46 | 460 | 67 | 50 |
| Binary | 10011101 | 101101 | 10010101 | 0 | 1000111 | 101 | 100110 | 100110000 | 110111 | 101000 |
Color Harmonies of #9D2D95
Complementary color
Monochromatic Colors of #9D2D95
Black with #9D2D95
Text Example
Text Example
White with #9D2D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2D95; }
p { color: rgb(157,45,149); }
H1.HeaderClassName
{
color: #9D2D95;
}
.AnyTagClassName
{
color: #9D2D95;
}
</style>
background-color css
<style>
a { background-color: #9D2D95; }
a { background-color: rgb(157,45,149); }
div.DivClassName
{
background-color: #9D2D95;
}
.BgClassName
{
background-color: #9D2D95;
}
</style>
border-color css
<style>
span { border-color: #9D2D95; }
span { border-color: rgb(157,45,149); }
td.TdClassName
{
border-color: #9D2D95;
}
.TagClassName
{
border-color: #9D2D95;
}
</style>