Shades of Dark Violet #7C09BA
Tints of Dark Violet #7C09BA
RGB
CMYK
RGB Variations
Color information
#7C09BA (or 0x7C09BA) is known color: Dark Violet. HEX triplet: 7C, 09 and BA. RGB value is (124,9,186). Sum of RGB (Red+Green+Blue) = 124+9+186=319 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.87% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C09BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C09BA is #83F645. Grayscale: #3E3E3E. Windows color (decimal): -8648262 or 12192124. OLE color: 12192124.
HSL color Cylindrical-coordinate representation of color #7C09BA: hue angle of 278.98º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C09BA is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 9 | 186 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.27 |
| HSL | 278.98º | 0.91% | 0.38% | - |
| HSV(B) | 278.98º | 0.95% | 0.73% | - |
| XYZ | 17.27 | 8.03 | 47.09 | - |
| YUV | 63.56 | 197.1 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 9 | 186 | 0.33 | 0.95 | 0 | 0.27 | 278.98 | 0.91 | 0.38 |
| Hex | 7C | 9 | BA | 21 | 5F | 0 | 1B | 117 | 5B | 26 |
| Octal | 174 | 11 | 272 | 41 | 137 | 0 | 33 | 427 | 133 | 46 |
| Binary | 1111100 | 1001 | 10111010 | 100001 | 1011111 | 0 | 11011 | 100010111 | 1011011 | 100110 |
Color Harmonies of #7C09BA
Complementary color
Monochromatic Colors of #7C09BA
Black with #7C09BA
Text Example
Text Example
White with #7C09BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C09BA; }
p { color: rgb(124,9,186); }
H1.HeaderClassName
{
color: #7C09BA;
}
.AnyTagClassName
{
color: #7C09BA;
}
</style>
background-color css
<style>
a { background-color: #7C09BA; }
a { background-color: rgb(124,9,186); }
div.DivClassName
{
background-color: #7C09BA;
}
.BgClassName
{
background-color: #7C09BA;
}
</style>
border-color css
<style>
span { border-color: #7C09BA; }
span { border-color: rgb(124,9,186); }
td.TdClassName
{
border-color: #7C09BA;
}
.TagClassName
{
border-color: #7C09BA;
}
</style>