Shades of Dark Violet #7D09AF
Tints of Dark Violet #7D09AF
RGB
CMYK
RGB Variations
Color information
#7D09AF (or 0x7D09AF) is known color: Dark Violet. HEX triplet: 7D, 09 and AF. RGB value is (125,9,175). Sum of RGB (Red+Green+Blue) = 125+9+175=309 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.45% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 175 (68.75% from 255 or 56.63% from 309); Max value from RGB is 175 - color contains mainly: blue. Hex color #7D09AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D09AF is #82F650. Grayscale: #3E3E3E. Windows color (decimal): -8582737 or 11471229. OLE color: 11471229.
HSL color Cylindrical-coordinate representation of color #7D09AF: hue angle of 281.93º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7D09AF is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 9 | 175 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.31 |
| HSL | 281.93º | 0.9% | 0.36% | - |
| HSV(B) | 281.93º | 0.95% | 0.69% | - |
| XYZ | 16.29 | 7.65 | 41.18 | - |
| YUV | 62.61 | 191.43 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 9 | 175 | 0.29 | 0.95 | 0 | 0.31 | 281.93 | 0.9 | 0.36 |
| Hex | 7D | 9 | AF | 1D | 5F | 0 | 1F | 11A | 5A | 24 |
| Octal | 175 | 11 | 257 | 35 | 137 | 0 | 37 | 432 | 132 | 44 |
| Binary | 1111101 | 1001 | 10101111 | 11101 | 1011111 | 0 | 11111 | 100011010 | 1011010 | 100100 |
Color Harmonies of #7D09AF
Complementary color
Monochromatic Colors of #7D09AF
Black with #7D09AF
Text Example
Text Example
White with #7D09AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D09AF; }
p { color: rgb(125,9,175); }
H1.HeaderClassName
{
color: #7D09AF;
}
.AnyTagClassName
{
color: #7D09AF;
}
</style>
background-color css
<style>
a { background-color: #7D09AF; }
a { background-color: rgb(125,9,175); }
div.DivClassName
{
background-color: #7D09AF;
}
.BgClassName
{
background-color: #7D09AF;
}
</style>
border-color css
<style>
span { border-color: #7D09AF; }
span { border-color: rgb(125,9,175); }
td.TdClassName
{
border-color: #7D09AF;
}
.TagClassName
{
border-color: #7D09AF;
}
</style>