Shades of Dark Violet #7E09CF
Tints of Dark Violet #7E09CF
RGB
CMYK
RGB Variations
Color information
#7E09CF (or 0x7E09CF) is known color: Dark Violet. HEX triplet: 7E, 09 and CF. RGB value is (126,9,207). Sum of RGB (Red+Green+Blue) = 126+9+207=342 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.84% from 342); Green value is 9 (3.91% from 255 or 2.63% from 342); Blue value is 207 (81.25% from 255 or 60.53% from 342); Max value from RGB is 207 - color contains mainly: blue. Hex color #7E09CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E09CF is #81F630. Grayscale: #414141. Windows color (decimal): -8517169 or 13568382. OLE color: 13568382.
HSL color Cylindrical-coordinate representation of color #7E09CF: hue angle of 275.45º degrees, saturation: 0.92, 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 #7E09CF is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 9 | 207 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.19 |
| HSL | 275.45º | 0.92% | 0.42% | - |
| HSV(B) | 275.45º | 0.96% | 0.81% | - |
| XYZ | 19.96 | 9.14 | 59.74 | - |
| YUV | 66.56 | 207.26 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 9 | 207 | 0.39 | 0.96 | 0 | 0.19 | 275.45 | 0.92 | 0.42 |
| Hex | 7E | 9 | CF | 27 | 60 | 0 | 13 | 113 | 5C | 2A |
| Octal | 176 | 11 | 317 | 47 | 140 | 0 | 23 | 423 | 134 | 52 |
| Binary | 1111110 | 1001 | 11001111 | 100111 | 1100000 | 0 | 10011 | 100010011 | 1011100 | 101010 |
Color Harmonies of #7E09CF
Complementary color
Monochromatic Colors of #7E09CF
Black with #7E09CF
Text Example
Text Example
White with #7E09CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E09CF; }
p { color: rgb(126,9,207); }
H1.HeaderClassName
{
color: #7E09CF;
}
.AnyTagClassName
{
color: #7E09CF;
}
</style>
background-color css
<style>
a { background-color: #7E09CF; }
a { background-color: rgb(126,9,207); }
div.DivClassName
{
background-color: #7E09CF;
}
.BgClassName
{
background-color: #7E09CF;
}
</style>
border-color css
<style>
span { border-color: #7E09CF; }
span { border-color: rgb(126,9,207); }
td.TdClassName
{
border-color: #7E09CF;
}
.TagClassName
{
border-color: #7E09CF;
}
</style>