Shades of Dark Violet #7D08BA
Tints of Dark Violet #7D08BA
RGB
CMYK
RGB Variations
Color information
#7D08BA (or 0x7D08BA) is known color: Dark Violet. HEX triplet: 7D, 08 and BA. RGB value is (125,8,186). Sum of RGB (Red+Green+Blue) = 125+8+186=319 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.18% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #7D08BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D08BA is #82F745. Grayscale: #3E3E3E. Windows color (decimal): -8582982 or 12191869. OLE color: 12191869.
HSL color Cylindrical-coordinate representation of color #7D08BA: hue angle of 279.44º 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 #7D08BA is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 8 | 186 | - |
| CMYK | 0.33 | 0.96 | 0 | 0.27 |
| HSL | 279.44º | 0.92% | 0.38% | - |
| HSV(B) | 279.44º | 0.96% | 0.73% | - |
| XYZ | 17.41 | 8.08 | 47.1 | - |
| YUV | 63.28 | 197.26 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 8 | 186 | 0.33 | 0.96 | 0 | 0.27 | 279.44 | 0.92 | 0.38 |
| Hex | 7D | 8 | BA | 21 | 60 | 0 | 1B | 117 | 5C | 26 |
| Octal | 175 | 10 | 272 | 41 | 140 | 0 | 33 | 427 | 134 | 46 |
| Binary | 1111101 | 1000 | 10111010 | 100001 | 1100000 | 0 | 11011 | 100010111 | 1011100 | 100110 |
Color Harmonies of #7D08BA
Complementary color
Monochromatic Colors of #7D08BA
Black with #7D08BA
Text Example
Text Example
White with #7D08BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D08BA; }
p { color: rgb(125,8,186); }
H1.HeaderClassName
{
color: #7D08BA;
}
.AnyTagClassName
{
color: #7D08BA;
}
</style>
background-color css
<style>
a { background-color: #7D08BA; }
a { background-color: rgb(125,8,186); }
div.DivClassName
{
background-color: #7D08BA;
}
.BgClassName
{
background-color: #7D08BA;
}
</style>
border-color css
<style>
span { border-color: #7D08BA; }
span { border-color: rgb(125,8,186); }
td.TdClassName
{
border-color: #7D08BA;
}
.TagClassName
{
border-color: #7D08BA;
}
</style>