Shades of Dark Violet #9D0CDF
Tints of Dark Violet #9D0CDF
RGB
CMYK
RGB Variations
Color information
#9D0CDF (or 0x9D0CDF) is known color: Dark Violet. HEX triplet: 9D, 0C and DF. RGB value is (157,12,223). Sum of RGB (Red+Green+Blue) = 157+12+223=392 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.05% from 392); Green value is 12 (5.08% from 255 or 3.06% from 392); Blue value is 223 (87.5% from 255 or 56.89% from 392); Max value from RGB is 223 - color contains mainly: blue. Hex color #9D0CDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D0CDF is #62F320. Grayscale: #4E4E4E. Windows color (decimal): -6484769 or 14617757. OLE color: 14617757.
HSL color Cylindrical-coordinate representation of color #9D0CDF: hue angle of 281.23º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D0CDF is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 12 | 223 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.13 |
| HSL | 281.23º | 0.9% | 0.46% | - |
| HSV(B) | 281.23º | 0.95% | 0.87% | - |
| XYZ | 27.36 | 12.76 | 70.83 | - |
| YUV | 79.41 | 209.04 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 12 | 223 | 0.30 | 0.95 | 0 | 0.13 | 281.23 | 0.9 | 0.46 |
| Hex | 9D | C | DF | 1E | 5F | 0 | D | 119 | 5A | 2E |
| Octal | 235 | 14 | 337 | 36 | 137 | 0 | 15 | 431 | 132 | 56 |
| Binary | 10011101 | 1100 | 11011111 | 11110 | 1011111 | 0 | 1101 | 100011001 | 1011010 | 101110 |
Color Harmonies of #9D0CDF
Complementary color
Monochromatic Colors of #9D0CDF
Black with #9D0CDF
Text Example
Text Example
White with #9D0CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0CDF; }
p { color: rgb(157,12,223); }
H1.HeaderClassName
{
color: #9D0CDF;
}
.AnyTagClassName
{
color: #9D0CDF;
}
</style>
background-color css
<style>
a { background-color: #9D0CDF; }
a { background-color: rgb(157,12,223); }
div.DivClassName
{
background-color: #9D0CDF;
}
.BgClassName
{
background-color: #9D0CDF;
}
</style>
border-color css
<style>
span { border-color: #9D0CDF; }
span { border-color: rgb(157,12,223); }
td.TdClassName
{
border-color: #9D0CDF;
}
.TagClassName
{
border-color: #9D0CDF;
}
</style>