Shades of Dark Violet #9D0DE6
Tints of Dark Violet #9D0DE6
RGB
CMYK
RGB Variations
Color information
#9D0DE6 (or 0x9D0DE6) is known color: Dark Violet. HEX triplet: 9D, 0D and E6. RGB value is (157,13,230). Sum of RGB (Red+Green+Blue) = 157+13+230=400 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.25% from 400); Green value is 13 (5.47% from 255 or 3.25% from 400); Blue value is 230 (90.23% from 255 or 57.5% from 400); Max value from RGB is 230 - color contains mainly: blue. Hex color #9D0DE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D0DE6 is #62F219. Grayscale: #505050. Windows color (decimal): -6484506 or 15076765. OLE color: 15076765.
HSL color Cylindrical-coordinate representation of color #9D0DE6: hue angle of 279.82º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D0DE6 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 157 | 13 | 230 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.10 |
| HSL | 279.82º | 0.89% | 0.48% | - |
| HSV(B) | 279.82º | 0.94% | 0.9% | - |
| XYZ | 28.33 | 13.17 | 75.91 | - |
| YUV | 80.79 | 212.21 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 13 | 230 | 0.32 | 0.94 | 0 | 0.10 | 279.82 | 0.89 | 0.48 |
| Hex | 9D | D | E6 | 20 | 5E | 0 | A | 118 | 59 | 30 |
| Octal | 235 | 15 | 346 | 40 | 136 | 0 | 12 | 430 | 131 | 60 |
| Binary | 10011101 | 1101 | 11100110 | 100000 | 1011110 | 0 | 1010 | 100011000 | 1011001 | 110000 |
Color Harmonies of #9D0DE6
Complementary color
Monochromatic Colors of #9D0DE6
Black with #9D0DE6
Text Example
Text Example
White with #9D0DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0DE6; }
p { color: rgb(157,13,230); }
H1.HeaderClassName
{
color: #9D0DE6;
}
.AnyTagClassName
{
color: #9D0DE6;
}
</style>
background-color css
<style>
a { background-color: #9D0DE6; }
a { background-color: rgb(157,13,230); }
div.DivClassName
{
background-color: #9D0DE6;
}
.BgClassName
{
background-color: #9D0DE6;
}
</style>
border-color css
<style>
span { border-color: #9D0DE6; }
span { border-color: rgb(157,13,230); }
td.TdClassName
{
border-color: #9D0DE6;
}
.TagClassName
{
border-color: #9D0DE6;
}
</style>