Shades of Dark Violet #7F09D6
Tints of Dark Violet #7F09D6
RGB
CMYK
RGB Variations
Color information
#7F09D6 (or 0x7F09D6) is known color: Dark Violet. HEX triplet: 7F, 09 and D6. RGB value is (127,9,214). Sum of RGB (Red+Green+Blue) = 127+9+214=350 (46% of max value = 765). Red value is 127 (50% from 255 or 36.29% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 214 (83.98% from 255 or 61.14% from 350); Max value from RGB is 214 - color contains mainly: blue. Hex color #7F09D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F09D6 is #80F629. Grayscale: #424242. Windows color (decimal): -8451626 or 14027135. OLE color: 14027135.
HSL color Cylindrical-coordinate representation of color #7F09D6: hue angle of 274.54º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F09D6 is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 127 | 9 | 214 | - |
| CMYK | 0.41 | 0.96 | 0 | 0.16 |
| HSL | 274.54º | 0.92% | 0.44% | - |
| HSV(B) | 274.54º | 0.96% | 0.84% | - |
| XYZ | 20.99 | 9.56 | 64.36 | - |
| YUV | 67.65 | 210.59 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 9 | 214 | 0.41 | 0.96 | 0 | 0.16 | 274.54 | 0.92 | 0.44 |
| Hex | 7F | 9 | D6 | 29 | 60 | 0 | 10 | 113 | 5C | 2C |
| Octal | 177 | 11 | 326 | 51 | 140 | 0 | 20 | 423 | 134 | 54 |
| Binary | 1111111 | 1001 | 11010110 | 101001 | 1100000 | 0 | 10000 | 100010011 | 1011100 | 101100 |
Color Harmonies of #7F09D6
Complementary color
Monochromatic Colors of #7F09D6
Black with #7F09D6
Text Example
Text Example
White with #7F09D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F09D6; }
p { color: rgb(127,9,214); }
H1.HeaderClassName
{
color: #7F09D6;
}
.AnyTagClassName
{
color: #7F09D6;
}
</style>
background-color css
<style>
a { background-color: #7F09D6; }
a { background-color: rgb(127,9,214); }
div.DivClassName
{
background-color: #7F09D6;
}
.BgClassName
{
background-color: #7F09D6;
}
</style>
border-color css
<style>
span { border-color: #7F09D6; }
span { border-color: rgb(127,9,214); }
td.TdClassName
{
border-color: #7F09D6;
}
.TagClassName
{
border-color: #7F09D6;
}
</style>