Shades of Dark Violet #9D0EDF
Tints of Dark Violet #9D0EDF
RGB
CMYK
RGB Variations
Color information
#9D0EDF (or 0x9D0EDF) is known color: Dark Violet. HEX triplet: 9D, 0E and DF. RGB value is (157,14,223). Sum of RGB (Red+Green+Blue) = 157+14+223=394 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.85% from 394); Green value is 14 (5.86% from 255 or 3.55% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #9D0EDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D0EDF is #62F120. Grayscale: #4F4F4F. Windows color (decimal): -6484257 or 14618269. OLE color: 14618269.
HSL color Cylindrical-coordinate representation of color #9D0EDF: hue angle of 281.05º degrees, saturation: 0.88, 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 #9D0EDF is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 14 | 223 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.13 |
| HSL | 281.05º | 0.88% | 0.46% | - |
| HSV(B) | 281.05º | 0.94% | 0.87% | - |
| XYZ | 27.38 | 12.81 | 70.84 | - |
| YUV | 80.58 | 208.38 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 14 | 223 | 0.30 | 0.94 | 0 | 0.13 | 281.05 | 0.88 | 0.46 |
| Hex | 9D | E | DF | 1E | 5E | 0 | D | 119 | 58 | 2E |
| Octal | 235 | 16 | 337 | 36 | 136 | 0 | 15 | 431 | 130 | 56 |
| Binary | 10011101 | 1110 | 11011111 | 11110 | 1011110 | 0 | 1101 | 100011001 | 1011000 | 101110 |
Color Harmonies of #9D0EDF
Complementary color
Monochromatic Colors of #9D0EDF
Black with #9D0EDF
Text Example
Text Example
White with #9D0EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0EDF; }
p { color: rgb(157,14,223); }
H1.HeaderClassName
{
color: #9D0EDF;
}
.AnyTagClassName
{
color: #9D0EDF;
}
</style>
background-color css
<style>
a { background-color: #9D0EDF; }
a { background-color: rgb(157,14,223); }
div.DivClassName
{
background-color: #9D0EDF;
}
.BgClassName
{
background-color: #9D0EDF;
}
</style>
border-color css
<style>
span { border-color: #9D0EDF; }
span { border-color: rgb(157,14,223); }
td.TdClassName
{
border-color: #9D0EDF;
}
.TagClassName
{
border-color: #9D0EDF;
}
</style>