Shades of Dark Violet #7D09E6
Tints of Dark Violet #7D09E6
RGB
CMYK
RGB Variations
Color information
#7D09E6 (or 0x7D09E6) is known color: Dark Violet. HEX triplet: 7D, 09 and E6. RGB value is (125,9,230). Sum of RGB (Red+Green+Blue) = 125+9+230=364 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.34% from 364); Green value is 9 (3.91% from 255 or 2.47% from 364); Blue value is 230 (90.23% from 255 or 63.19% from 364); Max value from RGB is 230 - color contains mainly: blue. Hex color #7D09E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D09E6 is #82F619. Grayscale: #444444. Windows color (decimal): -8582682 or 15075709. OLE color: 15075709.
HSL color Cylindrical-coordinate representation of color #7D09E6: hue angle of 271.49º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D09E6 is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 125 | 9 | 230 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.10 |
| HSL | 271.49º | 0.92% | 0.47% | - |
| HSV(B) | 271.49º | 0.96% | 0.9% | - |
| XYZ | 22.84 | 10.27 | 75.64 | - |
| YUV | 68.88 | 218.93 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 9 | 230 | 0.46 | 0.96 | 0 | 0.10 | 271.49 | 0.92 | 0.47 |
| Hex | 7D | 9 | E6 | 2E | 60 | 0 | A | 10F | 5C | 2F |
| Octal | 175 | 11 | 346 | 56 | 140 | 0 | 12 | 417 | 134 | 57 |
| Binary | 1111101 | 1001 | 11100110 | 101110 | 1100000 | 0 | 1010 | 100001111 | 1011100 | 101111 |
Color Harmonies of #7D09E6
Complementary color
Monochromatic Colors of #7D09E6
Black with #7D09E6
Text Example
Text Example
White with #7D09E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D09E6; }
p { color: rgb(125,9,230); }
H1.HeaderClassName
{
color: #7D09E6;
}
.AnyTagClassName
{
color: #7D09E6;
}
</style>
background-color css
<style>
a { background-color: #7D09E6; }
a { background-color: rgb(125,9,230); }
div.DivClassName
{
background-color: #7D09E6;
}
.BgClassName
{
background-color: #7D09E6;
}
</style>
border-color css
<style>
span { border-color: #7D09E6; }
span { border-color: rgb(125,9,230); }
td.TdClassName
{
border-color: #7D09E6;
}
.TagClassName
{
border-color: #7D09E6;
}
</style>