Shades of Dark Violet #7909DC
Tints of Dark Violet #7909DC
RGB
CMYK
RGB Variations
Color information
#7909DC (or 0x7909DC) is known color: Dark Violet. HEX triplet: 79, 09 and DC. RGB value is (121,9,220). Sum of RGB (Red+Green+Blue) = 121+9+220=350 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.57% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #7909DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7909DC is #86F623. Grayscale: #414141. Windows color (decimal): -8844836 or 14420345. OLE color: 14420345.
HSL color Cylindrical-coordinate representation of color #7909DC: hue angle of 271.85º 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 #7909DC is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 9 | 220 | - |
| CMYK | 0.45 | 0.96 | 0 | 0.14 |
| HSL | 271.85º | 0.92% | 0.45% | - |
| HSV(B) | 271.85º | 0.96% | 0.86% | - |
| XYZ | 20.9 | 9.43 | 68.43 | - |
| YUV | 66.54 | 214.61 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 9 | 220 | 0.45 | 0.96 | 0 | 0.14 | 271.85 | 0.92 | 0.45 |
| Hex | 79 | 9 | DC | 2D | 60 | 0 | E | 110 | 5C | 2D |
| Octal | 171 | 11 | 334 | 55 | 140 | 0 | 16 | 420 | 134 | 55 |
| Binary | 1111001 | 1001 | 11011100 | 101101 | 1100000 | 0 | 1110 | 100010000 | 1011100 | 101101 |
Color Harmonies of #7909DC
Complementary color
Monochromatic Colors of #7909DC
Black with #7909DC
Text Example
Text Example
White with #7909DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7909DC; }
p { color: rgb(121,9,220); }
H1.HeaderClassName
{
color: #7909DC;
}
.AnyTagClassName
{
color: #7909DC;
}
</style>
background-color css
<style>
a { background-color: #7909DC; }
a { background-color: rgb(121,9,220); }
div.DivClassName
{
background-color: #7909DC;
}
.BgClassName
{
background-color: #7909DC;
}
</style>
border-color css
<style>
span { border-color: #7909DC; }
span { border-color: rgb(121,9,220); }
td.TdClassName
{
border-color: #7909DC;
}
.TagClassName
{
border-color: #7909DC;
}
</style>