Shades of Dark Violet #7F09E6
Tints of Dark Violet #7F09E6
RGB
CMYK
RGB Variations
Color information
#7F09E6 (or 0x7F09E6) is known color: Dark Violet. HEX triplet: 7F, 09 and E6. RGB value is (127,9,230). Sum of RGB (Red+Green+Blue) = 127+9+230=366 (48% of max value = 765). Red value is 127 (50% from 255 or 34.70% from 366); Green value is 9 (3.91% from 255 or 2.46% from 366); Blue value is 230 (90.23% from 255 or 62.84% from 366); Max value from RGB is 230 - color contains mainly: blue. Hex color #7F09E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F09E6 is #80F619. Grayscale: #444444. Windows color (decimal): -8451610 or 15075711. OLE color: 15075711.
HSL color Cylindrical-coordinate representation of color #7F09E6: hue angle of 272.04º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F09E6 is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 127 | 9 | 230 | - |
| CMYK | 0.45 | 0.96 | 0 | 0.10 |
| HSL | 272.04º | 0.92% | 0.47% | - |
| HSV(B) | 272.04º | 0.96% | 0.9% | - |
| XYZ | 23.13 | 10.42 | 75.66 | - |
| YUV | 69.48 | 218.59 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 9 | 230 | 0.45 | 0.96 | 0 | 0.10 | 272.04 | 0.92 | 0.47 |
| Hex | 7F | 9 | E6 | 2D | 60 | 0 | A | 110 | 5C | 2F |
| Octal | 177 | 11 | 346 | 55 | 140 | 0 | 12 | 420 | 134 | 57 |
| Binary | 1111111 | 1001 | 11100110 | 101101 | 1100000 | 0 | 1010 | 100010000 | 1011100 | 101111 |
Color Harmonies of #7F09E6
Complementary color
Monochromatic Colors of #7F09E6
Black with #7F09E6
Text Example
Text Example
White with #7F09E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F09E6; }
p { color: rgb(127,9,230); }
H1.HeaderClassName
{
color: #7F09E6;
}
.AnyTagClassName
{
color: #7F09E6;
}
</style>
background-color css
<style>
a { background-color: #7F09E6; }
a { background-color: rgb(127,9,230); }
div.DivClassName
{
background-color: #7F09E6;
}
.BgClassName
{
background-color: #7F09E6;
}
</style>
border-color css
<style>
span { border-color: #7F09E6; }
span { border-color: rgb(127,9,230); }
td.TdClassName
{
border-color: #7F09E6;
}
.TagClassName
{
border-color: #7F09E6;
}
</style>