Shades of Dark Violet #7A09CD
Tints of Dark Violet #7A09CD
RGB
CMYK
RGB Variations
Color information
#7A09CD (or 0x7A09CD) is known color: Dark Violet. HEX triplet: 7A, 09 and CD. RGB value is (122,9,205). Sum of RGB (Red+Green+Blue) = 122+9+205=336 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.31% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A09CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A09CD is #85F632. Grayscale: #404040. Windows color (decimal): -8779315 or 13437306. OLE color: 13437306.
HSL color Cylindrical-coordinate representation of color #7A09CD: hue angle of 274.59º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A09CD is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 9 | 205 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.20 |
| HSL | 274.59º | 0.92% | 0.42% | - |
| HSV(B) | 274.59º | 0.96% | 0.8% | - |
| XYZ | 19.14 | 8.74 | 58.44 | - |
| YUV | 65.13 | 206.94 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 9 | 205 | 0.40 | 0.96 | 0 | 0.20 | 274.59 | 0.92 | 0.42 |
| Hex | 7A | 9 | CD | 28 | 60 | 0 | 14 | 113 | 5C | 2A |
| Octal | 172 | 11 | 315 | 50 | 140 | 0 | 24 | 423 | 134 | 52 |
| Binary | 1111010 | 1001 | 11001101 | 101000 | 1100000 | 0 | 10100 | 100010011 | 1011100 | 101010 |
Color Harmonies of #7A09CD
Complementary color
Monochromatic Colors of #7A09CD
Black with #7A09CD
Text Example
Text Example
White with #7A09CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A09CD; }
p { color: rgb(122,9,205); }
H1.HeaderClassName
{
color: #7A09CD;
}
.AnyTagClassName
{
color: #7A09CD;
}
</style>
background-color css
<style>
a { background-color: #7A09CD; }
a { background-color: rgb(122,9,205); }
div.DivClassName
{
background-color: #7A09CD;
}
.BgClassName
{
background-color: #7A09CD;
}
</style>
border-color css
<style>
span { border-color: #7A09CD; }
span { border-color: rgb(122,9,205); }
td.TdClassName
{
border-color: #7A09CD;
}
.TagClassName
{
border-color: #7A09CD;
}
</style>