Shades of Dark Violet #9D0DDD
Tints of Dark Violet #9D0DDD
RGB
CMYK
RGB Variations
Color information
#9D0DDD (or 0x9D0DDD) is known color: Dark Violet. HEX triplet: 9D, 0D and DD. RGB value is (157,13,221). Sum of RGB (Red+Green+Blue) = 157+13+221=391 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.15% from 391); Green value is 13 (5.47% from 255 or 3.32% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #9D0DDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D0DDD is #62F222. Grayscale: #4F4F4F. Windows color (decimal): -6484515 or 14486941. OLE color: 14486941.
HSL color Cylindrical-coordinate representation of color #9D0DDD: hue angle of 281.54º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D0DDD is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 13 | 221 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.13 |
| HSL | 281.54º | 0.89% | 0.46% | - |
| HSV(B) | 281.54º | 0.94% | 0.87% | - |
| XYZ | 27.1 | 12.68 | 69.43 | - |
| YUV | 79.77 | 207.71 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 13 | 221 | 0.29 | 0.94 | 0 | 0.13 | 281.54 | 0.89 | 0.46 |
| Hex | 9D | D | DD | 1D | 5E | 0 | D | 11A | 59 | 2E |
| Octal | 235 | 15 | 335 | 35 | 136 | 0 | 15 | 432 | 131 | 56 |
| Binary | 10011101 | 1101 | 11011101 | 11101 | 1011110 | 0 | 1101 | 100011010 | 1011001 | 101110 |
Color Harmonies of #9D0DDD
Complementary color
Monochromatic Colors of #9D0DDD
Black with #9D0DDD
Text Example
Text Example
White with #9D0DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0DDD; }
p { color: rgb(157,13,221); }
H1.HeaderClassName
{
color: #9D0DDD;
}
.AnyTagClassName
{
color: #9D0DDD;
}
</style>
background-color css
<style>
a { background-color: #9D0DDD; }
a { background-color: rgb(157,13,221); }
div.DivClassName
{
background-color: #9D0DDD;
}
.BgClassName
{
background-color: #9D0DDD;
}
</style>
border-color css
<style>
span { border-color: #9D0DDD; }
span { border-color: rgb(157,13,221); }
td.TdClassName
{
border-color: #9D0DDD;
}
.TagClassName
{
border-color: #9D0DDD;
}
</style>