Shades of Dark Violet #7E09DD
Tints of Dark Violet #7E09DD
RGB
CMYK
RGB Variations
Color information
#7E09DD (or 0x7E09DD) is known color: Dark Violet. HEX triplet: 7E, 09 and DD. RGB value is (126,9,221). Sum of RGB (Red+Green+Blue) = 126+9+221=356 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.39% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #7E09DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E09DD is #81F622. Grayscale: #434343. Windows color (decimal): -8517155 or 14485886. OLE color: 14485886.
HSL color Cylindrical-coordinate representation of color #7E09DD: hue angle of 273.11º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7E09DD is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 9 | 221 | - |
| CMYK | 0.43 | 0.96 | 0 | 0.13 |
| HSL | 273.11º | 0.92% | 0.45% | - |
| HSV(B) | 273.11º | 0.96% | 0.87% | - |
| XYZ | 21.75 | 9.85 | 69.16 | - |
| YUV | 68.15 | 214.26 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 9 | 221 | 0.43 | 0.96 | 0 | 0.13 | 273.11 | 0.92 | 0.45 |
| Hex | 7E | 9 | DD | 2B | 60 | 0 | D | 111 | 5C | 2D |
| Octal | 176 | 11 | 335 | 53 | 140 | 0 | 15 | 421 | 134 | 55 |
| Binary | 1111110 | 1001 | 11011101 | 101011 | 1100000 | 0 | 1101 | 100010001 | 1011100 | 101101 |
Color Harmonies of #7E09DD
Complementary color
Monochromatic Colors of #7E09DD
Black with #7E09DD
Text Example
Text Example
White with #7E09DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E09DD; }
p { color: rgb(126,9,221); }
H1.HeaderClassName
{
color: #7E09DD;
}
.AnyTagClassName
{
color: #7E09DD;
}
</style>
background-color css
<style>
a { background-color: #7E09DD; }
a { background-color: rgb(126,9,221); }
div.DivClassName
{
background-color: #7E09DD;
}
.BgClassName
{
background-color: #7E09DD;
}
</style>
border-color css
<style>
span { border-color: #7E09DD; }
span { border-color: rgb(126,9,221); }
td.TdClassName
{
border-color: #7E09DD;
}
.TagClassName
{
border-color: #7E09DD;
}
</style>