Shades of Dark Violet #7D08B9
Tints of Dark Violet #7D08B9
RGB
CMYK
RGB Variations
Color information
#7D08B9 (or 0x7D08B9) is known color: Dark Violet. HEX triplet: 7D, 08 and B9. RGB value is (125,8,185). Sum of RGB (Red+Green+Blue) = 125+8+185=318 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.31% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 185 (72.66% from 255 or 58.18% from 318); Max value from RGB is 185 - color contains mainly: blue. Hex color #7D08B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D08B9 is #82F746. Grayscale: #3E3E3E. Windows color (decimal): -8582983 or 12126333. OLE color: 12126333.
HSL color Cylindrical-coordinate representation of color #7D08B9: hue angle of 279.66º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D08B9 is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 8 | 185 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.27 |
| HSL | 279.66º | 0.92% | 0.38% | - |
| HSV(B) | 279.66º | 0.96% | 0.73% | - |
| XYZ | 17.3 | 8.04 | 46.54 | - |
| YUV | 63.16 | 196.76 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 8 | 185 | 0.32 | 0.96 | 0 | 0.27 | 279.66 | 0.92 | 0.38 |
| Hex | 7D | 8 | B9 | 20 | 60 | 0 | 1B | 118 | 5C | 26 |
| Octal | 175 | 10 | 271 | 40 | 140 | 0 | 33 | 430 | 134 | 46 |
| Binary | 1111101 | 1000 | 10111001 | 100000 | 1100000 | 0 | 11011 | 100011000 | 1011100 | 100110 |
Color Harmonies of #7D08B9
Complementary color
Monochromatic Colors of #7D08B9
Black with #7D08B9
Text Example
Text Example
White with #7D08B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D08B9; }
p { color: rgb(125,8,185); }
H1.HeaderClassName
{
color: #7D08B9;
}
.AnyTagClassName
{
color: #7D08B9;
}
</style>
background-color css
<style>
a { background-color: #7D08B9; }
a { background-color: rgb(125,8,185); }
div.DivClassName
{
background-color: #7D08B9;
}
.BgClassName
{
background-color: #7D08B9;
}
</style>
border-color css
<style>
span { border-color: #7D08B9; }
span { border-color: rgb(125,8,185); }
td.TdClassName
{
border-color: #7D08B9;
}
.TagClassName
{
border-color: #7D08B9;
}
</style>