Shades of Dark Violet #7E09E7
Tints of Dark Violet #7E09E7
RGB
CMYK
RGB Variations
Color information
#7E09E7 (or 0x7E09E7) is known color: Dark Violet. HEX triplet: 7E, 09 and E7. RGB value is (126,9,231). Sum of RGB (Red+Green+Blue) = 126+9+231=366 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.43% from 366); Green value is 9 (3.91% from 255 or 2.46% from 366); Blue value is 231 (90.62% from 255 or 63.11% from 366); Max value from RGB is 231 - color contains mainly: blue. Hex color #7E09E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E09E7 is #81F618. Grayscale: #444444. Windows color (decimal): -8517145 or 15141246. OLE color: 15141246.
HSL color Cylindrical-coordinate representation of color #7E09E7: hue angle of 271.62º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7E09E7 is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 126 | 9 | 231 | - |
| CMYK | 0.45 | 0.96 | 0 | 0.09 |
| HSL | 271.62º | 0.93% | 0.47% | - |
| HSV(B) | 271.62º | 0.96% | 0.91% | - |
| XYZ | 23.13 | 10.4 | 76.39 | - |
| YUV | 69.29 | 219.26 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 9 | 231 | 0.45 | 0.96 | 0 | 0.09 | 271.62 | 0.93 | 0.47 |
| Hex | 7E | 9 | E7 | 2D | 60 | 0 | 9 | 110 | 5C | 2F |
| Octal | 176 | 11 | 347 | 55 | 140 | 0 | 11 | 420 | 134 | 57 |
| Binary | 1111110 | 1001 | 11100111 | 101101 | 1100000 | 0 | 1001 | 100010000 | 1011100 | 101111 |
Color Harmonies of #7E09E7
Complementary color
Monochromatic Colors of #7E09E7
Black with #7E09E7
Text Example
Text Example
White with #7E09E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E09E7; }
p { color: rgb(126,9,231); }
H1.HeaderClassName
{
color: #7E09E7;
}
.AnyTagClassName
{
color: #7E09E7;
}
</style>
background-color css
<style>
a { background-color: #7E09E7; }
a { background-color: rgb(126,9,231); }
div.DivClassName
{
background-color: #7E09E7;
}
.BgClassName
{
background-color: #7E09E7;
}
</style>
border-color css
<style>
span { border-color: #7E09E7; }
span { border-color: rgb(126,9,231); }
td.TdClassName
{
border-color: #7E09E7;
}
.TagClassName
{
border-color: #7E09E7;
}
</style>