Shades of Dark Violet #7D09DC
Tints of Dark Violet #7D09DC
RGB
CMYK
RGB Variations
Color information
#7D09DC (or 0x7D09DC) is known color: Dark Violet. HEX triplet: 7D, 09 and DC. RGB value is (125,9,220). Sum of RGB (Red+Green+Blue) = 125+9+220=354 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.31% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D09DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D09DC is #82F623. Grayscale: #434343. Windows color (decimal): -8582692 or 14420349. OLE color: 14420349.
HSL color Cylindrical-coordinate representation of color #7D09DC: hue angle of 272.99º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D09DC is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 9 | 220 | - |
| CMYK | 0.43 | 0.96 | 0 | 0.14 |
| HSL | 272.99º | 0.92% | 0.45% | - |
| HSV(B) | 272.99º | 0.96% | 0.86% | - |
| XYZ | 21.47 | 9.72 | 68.46 | - |
| YUV | 67.74 | 213.93 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 9 | 220 | 0.43 | 0.96 | 0 | 0.14 | 272.99 | 0.92 | 0.45 |
| Hex | 7D | 9 | DC | 2B | 60 | 0 | E | 111 | 5C | 2D |
| Octal | 175 | 11 | 334 | 53 | 140 | 0 | 16 | 421 | 134 | 55 |
| Binary | 1111101 | 1001 | 11011100 | 101011 | 1100000 | 0 | 1110 | 100010001 | 1011100 | 101101 |
Color Harmonies of #7D09DC
Complementary color
Monochromatic Colors of #7D09DC
Black with #7D09DC
Text Example
Text Example
White with #7D09DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D09DC; }
p { color: rgb(125,9,220); }
H1.HeaderClassName
{
color: #7D09DC;
}
.AnyTagClassName
{
color: #7D09DC;
}
</style>
background-color css
<style>
a { background-color: #7D09DC; }
a { background-color: rgb(125,9,220); }
div.DivClassName
{
background-color: #7D09DC;
}
.BgClassName
{
background-color: #7D09DC;
}
</style>
border-color css
<style>
span { border-color: #7D09DC; }
span { border-color: rgb(125,9,220); }
td.TdClassName
{
border-color: #7D09DC;
}
.TagClassName
{
border-color: #7D09DC;
}
</style>