Shades of Dark Violet #790BC9
Tints of Dark Violet #790BC9
RGB
CMYK
RGB Variations
Color information
#790BC9 (or 0x790BC9) is known color: Dark Violet. HEX triplet: 79, 0B and C9. RGB value is (121,11,201). Sum of RGB (Red+Green+Blue) = 121+11+201=333 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.34% from 333); Green value is 11 (4.69% from 255 or 3.30% from 333); Blue value is 201 (78.91% from 255 or 60.36% from 333); Max value from RGB is 201 - color contains mainly: blue. Hex color #790BC9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790BC9 is #86F436. Grayscale: #404040. Windows color (decimal): -8844343 or 13175673. OLE color: 13175673.
HSL color Cylindrical-coordinate representation of color #790BC9: hue angle of 274.74º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #790BC9 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 121 | 11 | 201 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.21 |
| HSL | 274.74º | 0.9% | 0.42% | - |
| HSV(B) | 274.74º | 0.95% | 0.79% | - |
| XYZ | 18.55 | 8.52 | 55.93 | - |
| YUV | 65.55 | 204.44 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 11 | 201 | 0.40 | 0.95 | 0 | 0.21 | 274.74 | 0.9 | 0.42 |
| Hex | 79 | B | C9 | 28 | 5F | 0 | 15 | 113 | 5A | 2A |
| Octal | 171 | 13 | 311 | 50 | 137 | 0 | 25 | 423 | 132 | 52 |
| Binary | 1111001 | 1011 | 11001001 | 101000 | 1011111 | 0 | 10101 | 100010011 | 1011010 | 101010 |
Color Harmonies of #790BC9
Complementary color
Monochromatic Colors of #790BC9
Black with #790BC9
Text Example
Text Example
White with #790BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790BC9; }
p { color: rgb(121,11,201); }
H1.HeaderClassName
{
color: #790BC9;
}
.AnyTagClassName
{
color: #790BC9;
}
</style>
background-color css
<style>
a { background-color: #790BC9; }
a { background-color: rgb(121,11,201); }
div.DivClassName
{
background-color: #790BC9;
}
.BgClassName
{
background-color: #790BC9;
}
</style>
border-color css
<style>
span { border-color: #790BC9; }
span { border-color: rgb(121,11,201); }
td.TdClassName
{
border-color: #790BC9;
}
.TagClassName
{
border-color: #790BC9;
}
</style>