Shades of Dark Violet #7D08BE
Tints of Dark Violet #7D08BE
RGB
CMYK
RGB Variations
Color information
#7D08BE (or 0x7D08BE) is known color: Dark Violet. HEX triplet: 7D, 08 and BE. RGB value is (125,8,190). Sum of RGB (Red+Green+Blue) = 125+8+190=323 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.70% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 190 (74.61% from 255 or 58.82% from 323); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D08BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D08BE is #82F741. Grayscale: #3F3F3F. Windows color (decimal): -8582978 or 12454013. OLE color: 12454013.
HSL color Cylindrical-coordinate representation of color #7D08BE: hue angle of 278.57º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D08BE is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 8 | 190 | - |
| CMYK | 0.34 | 0.96 | 0 | 0.25 |
| HSL | 278.57º | 0.92% | 0.39% | - |
| HSV(B) | 278.57º | 0.96% | 0.75% | - |
| XYZ | 17.84 | 8.25 | 49.37 | - |
| YUV | 63.73 | 199.26 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 8 | 190 | 0.34 | 0.96 | 0 | 0.25 | 278.57 | 0.92 | 0.39 |
| Hex | 7D | 8 | BE | 22 | 60 | 0 | 19 | 117 | 5C | 27 |
| Octal | 175 | 10 | 276 | 42 | 140 | 0 | 31 | 427 | 134 | 47 |
| Binary | 1111101 | 1000 | 10111110 | 100010 | 1100000 | 0 | 11001 | 100010111 | 1011100 | 100111 |
Color Harmonies of #7D08BE
Complementary color
Monochromatic Colors of #7D08BE
Black with #7D08BE
Text Example
Text Example
White with #7D08BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D08BE; }
p { color: rgb(125,8,190); }
H1.HeaderClassName
{
color: #7D08BE;
}
.AnyTagClassName
{
color: #7D08BE;
}
</style>
background-color css
<style>
a { background-color: #7D08BE; }
a { background-color: rgb(125,8,190); }
div.DivClassName
{
background-color: #7D08BE;
}
.BgClassName
{
background-color: #7D08BE;
}
</style>
border-color css
<style>
span { border-color: #7D08BE; }
span { border-color: rgb(125,8,190); }
td.TdClassName
{
border-color: #7D08BE;
}
.TagClassName
{
border-color: #7D08BE;
}
</style>