Shades of Dark Violet #7A09DB
Tints of Dark Violet #7A09DB
RGB
CMYK
RGB Variations
Color information
#7A09DB (or 0x7A09DB) is known color: Dark Violet. HEX triplet: 7A, 09 and DB. RGB value is (122,9,219). Sum of RGB (Red+Green+Blue) = 122+9+219=350 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.86% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #7A09DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A09DB is #85F624. Grayscale: #424242. Windows color (decimal): -8779301 or 14354810. OLE color: 14354810.
HSL color Cylindrical-coordinate representation of color #7A09DB: hue angle of 272.29º 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 #7A09DB is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 9 | 219 | - |
| CMYK | 0.44 | 0.96 | 0 | 0.14 |
| HSL | 272.29º | 0.92% | 0.45% | - |
| HSV(B) | 272.29º | 0.96% | 0.86% | - |
| XYZ | 20.91 | 9.45 | 67.74 | - |
| YUV | 66.73 | 213.94 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 9 | 219 | 0.44 | 0.96 | 0 | 0.14 | 272.29 | 0.92 | 0.45 |
| Hex | 7A | 9 | DB | 2C | 60 | 0 | E | 110 | 5C | 2D |
| Octal | 172 | 11 | 333 | 54 | 140 | 0 | 16 | 420 | 134 | 55 |
| Binary | 1111010 | 1001 | 11011011 | 101100 | 1100000 | 0 | 1110 | 100010000 | 1011100 | 101101 |
Color Harmonies of #7A09DB
Complementary color
Monochromatic Colors of #7A09DB
Black with #7A09DB
Text Example
Text Example
White with #7A09DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A09DB; }
p { color: rgb(122,9,219); }
H1.HeaderClassName
{
color: #7A09DB;
}
.AnyTagClassName
{
color: #7A09DB;
}
</style>
background-color css
<style>
a { background-color: #7A09DB; }
a { background-color: rgb(122,9,219); }
div.DivClassName
{
background-color: #7A09DB;
}
.BgClassName
{
background-color: #7A09DB;
}
</style>
border-color css
<style>
span { border-color: #7A09DB; }
span { border-color: rgb(122,9,219); }
td.TdClassName
{
border-color: #7A09DB;
}
.TagClassName
{
border-color: #7A09DB;
}
</style>