Shades of Dark Violet #9D0ED7
Tints of Dark Violet #9D0ED7
RGB
CMYK
RGB Variations
Color information
#9D0ED7 (or 0x9D0ED7) is known color: Dark Violet. HEX triplet: 9D, 0E and D7. RGB value is (157,14,215). Sum of RGB (Red+Green+Blue) = 157+14+215=386 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.67% from 386); Green value is 14 (5.86% from 255 or 3.63% from 386); Blue value is 215 (84.38% from 255 or 55.70% from 386); Max value from RGB is 215 - color contains mainly: blue. Hex color #9D0ED7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D0ED7 is #62F128. Grayscale: #4F4F4F. Windows color (decimal): -6484265 or 14093981. OLE color: 14093981.
HSL color Cylindrical-coordinate representation of color #9D0ED7: hue angle of 282.69º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9D0ED7 is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 14 | 215 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.16 |
| HSL | 282.69º | 0.88% | 0.45% | - |
| HSV(B) | 282.69º | 0.93% | 0.84% | - |
| XYZ | 26.33 | 12.39 | 65.29 | - |
| YUV | 79.67 | 204.38 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 14 | 215 | 0.27 | 0.93 | 0 | 0.16 | 282.69 | 0.88 | 0.45 |
| Hex | 9D | E | D7 | 1B | 5D | 0 | 10 | 11B | 58 | 2D |
| Octal | 235 | 16 | 327 | 33 | 135 | 0 | 20 | 433 | 130 | 55 |
| Binary | 10011101 | 1110 | 11010111 | 11011 | 1011101 | 0 | 10000 | 100011011 | 1011000 | 101101 |
Color Harmonies of #9D0ED7
Complementary color
Monochromatic Colors of #9D0ED7
Black with #9D0ED7
Text Example
Text Example
White with #9D0ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0ED7; }
p { color: rgb(157,14,215); }
H1.HeaderClassName
{
color: #9D0ED7;
}
.AnyTagClassName
{
color: #9D0ED7;
}
</style>
background-color css
<style>
a { background-color: #9D0ED7; }
a { background-color: rgb(157,14,215); }
div.DivClassName
{
background-color: #9D0ED7;
}
.BgClassName
{
background-color: #9D0ED7;
}
</style>
border-color css
<style>
span { border-color: #9D0ED7; }
span { border-color: rgb(157,14,215); }
td.TdClassName
{
border-color: #9D0ED7;
}
.TagClassName
{
border-color: #9D0ED7;
}
</style>