Shades of Dark Violet #7D0DC9
Tints of Dark Violet #7D0DC9
RGB
CMYK
RGB Variations
Color information
#7D0DC9 (or 0x7D0DC9) is known color: Dark Violet. HEX triplet: 7D, 0D and C9. RGB value is (125,13,201). Sum of RGB (Red+Green+Blue) = 125+13+201=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 201 (78.91% from 255 or 59.29% from 339); Max value from RGB is 201 - color contains mainly: blue. Hex color #7D0DC9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D0DC9 is #82F236. Grayscale: #434343. Windows color (decimal): -8581687 or 13176189. OLE color: 13176189.
HSL color Cylindrical-coordinate representation of color #7D0DC9: hue angle of 275.74º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D0DC9 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 13 | 201 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.21 |
| HSL | 275.74º | 0.88% | 0.42% | - |
| HSV(B) | 275.74º | 0.94% | 0.79% | - |
| XYZ | 19.14 | 8.86 | 55.96 | - |
| YUV | 67.92 | 203.11 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 13 | 201 | 0.38 | 0.94 | 0 | 0.21 | 275.74 | 0.88 | 0.42 |
| Hex | 7D | D | C9 | 26 | 5E | 0 | 15 | 114 | 58 | 2A |
| Octal | 175 | 15 | 311 | 46 | 136 | 0 | 25 | 424 | 130 | 52 |
| Binary | 1111101 | 1101 | 11001001 | 100110 | 1011110 | 0 | 10101 | 100010100 | 1011000 | 101010 |
Color Harmonies of #7D0DC9
Complementary color
Monochromatic Colors of #7D0DC9
Black with #7D0DC9
Text Example
Text Example
White with #7D0DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0DC9; }
p { color: rgb(125,13,201); }
H1.HeaderClassName
{
color: #7D0DC9;
}
.AnyTagClassName
{
color: #7D0DC9;
}
</style>
background-color css
<style>
a { background-color: #7D0DC9; }
a { background-color: rgb(125,13,201); }
div.DivClassName
{
background-color: #7D0DC9;
}
.BgClassName
{
background-color: #7D0DC9;
}
</style>
border-color css
<style>
span { border-color: #7D0DC9; }
span { border-color: rgb(125,13,201); }
td.TdClassName
{
border-color: #7D0DC9;
}
.TagClassName
{
border-color: #7D0DC9;
}
</style>