Shades of Dark Violet #7F09DC
Tints of Dark Violet #7F09DC
RGB
CMYK
RGB Variations
Color information
#7F09DC (or 0x7F09DC) is known color: Dark Violet. HEX triplet: 7F, 09 and DC. RGB value is (127,9,220). Sum of RGB (Red+Green+Blue) = 127+9+220=356 (47% of max value = 765). Red value is 127 (50% from 255 or 35.67% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 220 (86.33% from 255 or 61.80% from 356); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F09DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F09DC is #80F623. Grayscale: #434343. Windows color (decimal): -8451620 or 14420351. OLE color: 14420351.
HSL color Cylindrical-coordinate representation of color #7F09DC: hue angle of 273.55º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F09DC is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 9 | 220 | - |
| CMYK | 0.42 | 0.96 | 0 | 0.14 |
| HSL | 273.55º | 0.92% | 0.45% | - |
| HSV(B) | 273.55º | 0.96% | 0.86% | - |
| XYZ | 21.77 | 9.87 | 68.47 | - |
| YUV | 68.34 | 213.59 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 9 | 220 | 0.42 | 0.96 | 0 | 0.14 | 273.55 | 0.92 | 0.45 |
| Hex | 7F | 9 | DC | 2A | 60 | 0 | E | 112 | 5C | 2D |
| Octal | 177 | 11 | 334 | 52 | 140 | 0 | 16 | 422 | 134 | 55 |
| Binary | 1111111 | 1001 | 11011100 | 101010 | 1100000 | 0 | 1110 | 100010010 | 1011100 | 101101 |
Color Harmonies of #7F09DC
Complementary color
Monochromatic Colors of #7F09DC
Black with #7F09DC
Text Example
Text Example
White with #7F09DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F09DC; }
p { color: rgb(127,9,220); }
H1.HeaderClassName
{
color: #7F09DC;
}
.AnyTagClassName
{
color: #7F09DC;
}
</style>
background-color css
<style>
a { background-color: #7F09DC; }
a { background-color: rgb(127,9,220); }
div.DivClassName
{
background-color: #7F09DC;
}
.BgClassName
{
background-color: #7F09DC;
}
</style>
border-color css
<style>
span { border-color: #7F09DC; }
span { border-color: rgb(127,9,220); }
td.TdClassName
{
border-color: #7F09DC;
}
.TagClassName
{
border-color: #7F09DC;
}
</style>