Shades of Dark Violet #7E08CF
Tints of Dark Violet #7E08CF
RGB
CMYK
RGB Variations
Color information
#7E08CF (or 0x7E08CF) is known color: Dark Violet. HEX triplet: 7E, 08 and CF. RGB value is (126,8,207). Sum of RGB (Red+Green+Blue) = 126+8+207=341 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.95% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #7E08CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E08CF is #81F730. Grayscale: #414141. Windows color (decimal): -8517425 or 13568126. OLE color: 13568126.
HSL color Cylindrical-coordinate representation of color #7E08CF: hue angle of 275.58º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7E08CF is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 8 | 207 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.19 |
| HSL | 275.58º | 0.93% | 0.42% | - |
| HSV(B) | 275.58º | 0.96% | 0.81% | - |
| XYZ | 19.95 | 9.11 | 59.74 | - |
| YUV | 65.97 | 207.59 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 8 | 207 | 0.39 | 0.96 | 0 | 0.19 | 275.58 | 0.93 | 0.42 |
| Hex | 7E | 8 | CF | 27 | 60 | 0 | 13 | 114 | 5D | 2A |
| Octal | 176 | 10 | 317 | 47 | 140 | 0 | 23 | 424 | 135 | 52 |
| Binary | 1111110 | 1000 | 11001111 | 100111 | 1100000 | 0 | 10011 | 100010100 | 1011101 | 101010 |
Color Harmonies of #7E08CF
Complementary color
Monochromatic Colors of #7E08CF
Black with #7E08CF
Text Example
Text Example
White with #7E08CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E08CF; }
p { color: rgb(126,8,207); }
H1.HeaderClassName
{
color: #7E08CF;
}
.AnyTagClassName
{
color: #7E08CF;
}
</style>
background-color css
<style>
a { background-color: #7E08CF; }
a { background-color: rgb(126,8,207); }
div.DivClassName
{
background-color: #7E08CF;
}
.BgClassName
{
background-color: #7E08CF;
}
</style>
border-color css
<style>
span { border-color: #7E08CF; }
span { border-color: rgb(126,8,207); }
td.TdClassName
{
border-color: #7E08CF;
}
.TagClassName
{
border-color: #7E08CF;
}
</style>