Shades of Dark Violet #7910BA
Tints of Dark Violet #7910BA
RGB
CMYK
RGB Variations
Color information
#7910BA (or 0x7910BA) is known color: Dark Violet. HEX triplet: 79, 10 and BA. RGB value is (121,16,186). Sum of RGB (Red+Green+Blue) = 121+16+186=323 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.46% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #7910BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7910BA is #86EF45. Grayscale: #424242. Windows color (decimal): -8843078 or 12193913. OLE color: 12193913.
HSL color Cylindrical-coordinate representation of color #7910BA: hue angle of 277.06º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7910BA is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 16 | 186 | - |
| CMYK | 0.35 | 0.91 | 0 | 0.27 |
| HSL | 277.06º | 0.84% | 0.4% | - |
| HSV(B) | 277.06º | 0.91% | 0.73% | - |
| XYZ | 16.93 | 7.98 | 47.1 | - |
| YUV | 66.78 | 195.29 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 16 | 186 | 0.35 | 0.91 | 0 | 0.27 | 277.06 | 0.84 | 0.4 |
| Hex | 79 | 10 | BA | 23 | 5B | 0 | 1B | 115 | 54 | 28 |
| Octal | 171 | 20 | 272 | 43 | 133 | 0 | 33 | 425 | 124 | 50 |
| Binary | 1111001 | 10000 | 10111010 | 100011 | 1011011 | 0 | 11011 | 100010101 | 1010100 | 101000 |
Color Harmonies of #7910BA
Complementary color
Monochromatic Colors of #7910BA
Black with #7910BA
Text Example
Text Example
White with #7910BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7910BA; }
p { color: rgb(121,16,186); }
H1.HeaderClassName
{
color: #7910BA;
}
.AnyTagClassName
{
color: #7910BA;
}
</style>
background-color css
<style>
a { background-color: #7910BA; }
a { background-color: rgb(121,16,186); }
div.DivClassName
{
background-color: #7910BA;
}
.BgClassName
{
background-color: #7910BA;
}
</style>
border-color css
<style>
span { border-color: #7910BA; }
span { border-color: rgb(121,16,186); }
td.TdClassName
{
border-color: #7910BA;
}
.TagClassName
{
border-color: #7910BA;
}
</style>