Shades of Dark Violet #9D0DCD
Tints of Dark Violet #9D0DCD
RGB
CMYK
RGB Variations
Color information
#9D0DCD (or 0x9D0DCD) is known color: Dark Violet. HEX triplet: 9D, 0D and CD. RGB value is (157,13,205). Sum of RGB (Red+Green+Blue) = 157+13+205=375 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.87% from 375); Green value is 13 (5.47% from 255 or 3.47% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D0DCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D0DCD is #62F232. Grayscale: #4D4D4D. Windows color (decimal): -6484531 or 13438365. OLE color: 13438365.
HSL color Cylindrical-coordinate representation of color #9D0DCD: hue angle of 285º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D0DCD is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 13 | 205 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.20 |
| HSL | 285º | 0.88% | 0.43% | - |
| HSV(B) | 285º | 0.94% | 0.8% | - |
| XYZ | 25.07 | 11.86 | 58.73 | - |
| YUV | 77.94 | 199.71 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 13 | 205 | 0.23 | 0.94 | 0 | 0.20 | 285 | 0.88 | 0.43 |
| Hex | 9D | D | CD | 17 | 5E | 0 | 14 | 11D | 58 | 2B |
| Octal | 235 | 15 | 315 | 27 | 136 | 0 | 24 | 435 | 130 | 53 |
| Binary | 10011101 | 1101 | 11001101 | 10111 | 1011110 | 0 | 10100 | 100011101 | 1011000 | 101011 |
Color Harmonies of #9D0DCD
Complementary color
Monochromatic Colors of #9D0DCD
Black with #9D0DCD
Text Example
Text Example
White with #9D0DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0DCD; }
p { color: rgb(157,13,205); }
H1.HeaderClassName
{
color: #9D0DCD;
}
.AnyTagClassName
{
color: #9D0DCD;
}
</style>
background-color css
<style>
a { background-color: #9D0DCD; }
a { background-color: rgb(157,13,205); }
div.DivClassName
{
background-color: #9D0DCD;
}
.BgClassName
{
background-color: #9D0DCD;
}
</style>
border-color css
<style>
span { border-color: #9D0DCD; }
span { border-color: rgb(157,13,205); }
td.TdClassName
{
border-color: #9D0DCD;
}
.TagClassName
{
border-color: #9D0DCD;
}
</style>