Shades of Dark Violet #9D0DD6
Tints of Dark Violet #9D0DD6
RGB
CMYK
RGB Variations
Color information
#9D0DD6 (or 0x9D0DD6) is known color: Dark Violet. HEX triplet: 9D, 0D and D6. RGB value is (157,13,214). Sum of RGB (Red+Green+Blue) = 157+13+214=384 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.89% from 384); Green value is 13 (5.47% from 255 or 3.39% from 384); Blue value is 214 (83.98% from 255 or 55.73% from 384); Max value from RGB is 214 - color contains mainly: blue. Hex color #9D0DD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D0DD6 is #62F229. Grayscale: #4E4E4E. Windows color (decimal): -6484522 or 14028189. OLE color: 14028189.
HSL color Cylindrical-coordinate representation of color #9D0DD6: hue angle of 282.99º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D0DD6 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 13 | 214 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.16 |
| HSL | 282.99º | 0.89% | 0.45% | - |
| HSV(B) | 282.99º | 0.94% | 0.84% | - |
| XYZ | 26.19 | 12.31 | 64.61 | - |
| YUV | 78.97 | 204.21 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 13 | 214 | 0.27 | 0.94 | 0 | 0.16 | 282.99 | 0.89 | 0.45 |
| Hex | 9D | D | D6 | 1B | 5E | 0 | 10 | 11B | 59 | 2D |
| Octal | 235 | 15 | 326 | 33 | 136 | 0 | 20 | 433 | 131 | 55 |
| Binary | 10011101 | 1101 | 11010110 | 11011 | 1011110 | 0 | 10000 | 100011011 | 1011001 | 101101 |
Color Harmonies of #9D0DD6
Complementary color
Monochromatic Colors of #9D0DD6
Black with #9D0DD6
Text Example
Text Example
White with #9D0DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0DD6; }
p { color: rgb(157,13,214); }
H1.HeaderClassName
{
color: #9D0DD6;
}
.AnyTagClassName
{
color: #9D0DD6;
}
</style>
background-color css
<style>
a { background-color: #9D0DD6; }
a { background-color: rgb(157,13,214); }
div.DivClassName
{
background-color: #9D0DD6;
}
.BgClassName
{
background-color: #9D0DD6;
}
</style>
border-color css
<style>
span { border-color: #9D0DD6; }
span { border-color: rgb(157,13,214); }
td.TdClassName
{
border-color: #9D0DD6;
}
.TagClassName
{
border-color: #9D0DD6;
}
</style>