Shades of Dark Violet #9D0EDB
Tints of Dark Violet #9D0EDB
RGB
CMYK
RGB Variations
Color information
#9D0EDB (or 0x9D0EDB) is known color: Dark Violet. HEX triplet: 9D, 0E and DB. RGB value is (157,14,219). Sum of RGB (Red+Green+Blue) = 157+14+219=390 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.26% from 390); Green value is 14 (5.86% from 255 or 3.59% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D0EDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D0EDB is #62F124. Grayscale: #4F4F4F. Windows color (decimal): -6484261 or 14356125. OLE color: 14356125.
HSL color Cylindrical-coordinate representation of color #9D0EDB: hue angle of 281.85º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D0EDB is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 14 | 219 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.14 |
| HSL | 281.85º | 0.88% | 0.46% | - |
| HSV(B) | 281.85º | 0.94% | 0.86% | - |
| XYZ | 26.85 | 12.6 | 68.03 | - |
| YUV | 80.13 | 206.38 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 14 | 219 | 0.28 | 0.94 | 0 | 0.14 | 281.85 | 0.88 | 0.46 |
| Hex | 9D | E | DB | 1C | 5E | 0 | E | 11A | 58 | 2E |
| Octal | 235 | 16 | 333 | 34 | 136 | 0 | 16 | 432 | 130 | 56 |
| Binary | 10011101 | 1110 | 11011011 | 11100 | 1011110 | 0 | 1110 | 100011010 | 1011000 | 101110 |
Color Harmonies of #9D0EDB
Complementary color
Monochromatic Colors of #9D0EDB
Black with #9D0EDB
Text Example
Text Example
White with #9D0EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0EDB; }
p { color: rgb(157,14,219); }
H1.HeaderClassName
{
color: #9D0EDB;
}
.AnyTagClassName
{
color: #9D0EDB;
}
</style>
background-color css
<style>
a { background-color: #9D0EDB; }
a { background-color: rgb(157,14,219); }
div.DivClassName
{
background-color: #9D0EDB;
}
.BgClassName
{
background-color: #9D0EDB;
}
</style>
border-color css
<style>
span { border-color: #9D0EDB; }
span { border-color: rgb(157,14,219); }
td.TdClassName
{
border-color: #9D0EDB;
}
.TagClassName
{
border-color: #9D0EDB;
}
</style>