Shades of Dark Violet #7D09CE
Tints of Dark Violet #7D09CE
RGB
CMYK
RGB Variations
Color information
#7D09CE (or 0x7D09CE) is known color: Dark Violet. HEX triplet: 7D, 09 and CE. RGB value is (125,9,206). Sum of RGB (Red+Green+Blue) = 125+9+206=340 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.76% from 340); Green value is 9 (3.91% from 255 or 2.65% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D09CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D09CE is #82F631. Grayscale: #414141. Windows color (decimal): -8582706 or 13502845. OLE color: 13502845.
HSL color Cylindrical-coordinate representation of color #7D09CE: hue angle of 275.33º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D09CE is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 9 | 206 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.19 |
| HSL | 275.33º | 0.92% | 0.42% | - |
| HSV(B) | 275.33º | 0.96% | 0.81% | - |
| XYZ | 19.7 | 9.01 | 59.09 | - |
| YUV | 66.14 | 206.93 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 9 | 206 | 0.39 | 0.96 | 0 | 0.19 | 275.33 | 0.92 | 0.42 |
| Hex | 7D | 9 | CE | 27 | 60 | 0 | 13 | 113 | 5C | 2A |
| Octal | 175 | 11 | 316 | 47 | 140 | 0 | 23 | 423 | 134 | 52 |
| Binary | 1111101 | 1001 | 11001110 | 100111 | 1100000 | 0 | 10011 | 100010011 | 1011100 | 101010 |
Color Harmonies of #7D09CE
Complementary color
Monochromatic Colors of #7D09CE
Black with #7D09CE
Text Example
Text Example
White with #7D09CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D09CE; }
p { color: rgb(125,9,206); }
H1.HeaderClassName
{
color: #7D09CE;
}
.AnyTagClassName
{
color: #7D09CE;
}
</style>
background-color css
<style>
a { background-color: #7D09CE; }
a { background-color: rgb(125,9,206); }
div.DivClassName
{
background-color: #7D09CE;
}
.BgClassName
{
background-color: #7D09CE;
}
</style>
border-color css
<style>
span { border-color: #7D09CE; }
span { border-color: rgb(125,9,206); }
td.TdClassName
{
border-color: #7D09CE;
}
.TagClassName
{
border-color: #7D09CE;
}
</style>