Shades of Dark Violet #7F09DA
Tints of Dark Violet #7F09DA
RGB
CMYK
RGB Variations
Color information
#7F09DA (or 0x7F09DA) is known color: Dark Violet. HEX triplet: 7F, 09 and DA. RGB value is (127,9,218). Sum of RGB (Red+Green+Blue) = 127+9+218=354 (46% of max value = 765). Red value is 127 (50% from 255 or 35.88% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 218 (85.55% from 255 or 61.58% from 354); Max value from RGB is 218 - color contains mainly: blue. Hex color #7F09DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F09DA is #80F625. Grayscale: #434343. Windows color (decimal): -8451622 or 14289279. OLE color: 14289279.
HSL color Cylindrical-coordinate representation of color #7F09DA: hue angle of 273.88º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F09DA is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 9 | 218 | - |
| CMYK | 0.42 | 0.96 | 0 | 0.15 |
| HSL | 273.88º | 0.92% | 0.45% | - |
| HSV(B) | 273.88º | 0.96% | 0.85% | - |
| XYZ | 21.5 | 9.77 | 67.08 | - |
| YUV | 68.11 | 212.59 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 9 | 218 | 0.42 | 0.96 | 0 | 0.15 | 273.88 | 0.92 | 0.45 |
| Hex | 7F | 9 | DA | 2A | 60 | 0 | F | 112 | 5C | 2D |
| Octal | 177 | 11 | 332 | 52 | 140 | 0 | 17 | 422 | 134 | 55 |
| Binary | 1111111 | 1001 | 11011010 | 101010 | 1100000 | 0 | 1111 | 100010010 | 1011100 | 101101 |
Color Harmonies of #7F09DA
Complementary color
Monochromatic Colors of #7F09DA
Black with #7F09DA
Text Example
Text Example
White with #7F09DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F09DA; }
p { color: rgb(127,9,218); }
H1.HeaderClassName
{
color: #7F09DA;
}
.AnyTagClassName
{
color: #7F09DA;
}
</style>
background-color css
<style>
a { background-color: #7F09DA; }
a { background-color: rgb(127,9,218); }
div.DivClassName
{
background-color: #7F09DA;
}
.BgClassName
{
background-color: #7F09DA;
}
</style>
border-color css
<style>
span { border-color: #7F09DA; }
span { border-color: rgb(127,9,218); }
td.TdClassName
{
border-color: #7F09DA;
}
.TagClassName
{
border-color: #7F09DA;
}
</style>