Shades of Dark Violet #7909CB
Tints of Dark Violet #7909CB
RGB
CMYK
RGB Variations
Color information
#7909CB (or 0x7909CB) is known color: Dark Violet. HEX triplet: 79, 09 and CB. RGB value is (121,9,203). Sum of RGB (Red+Green+Blue) = 121+9+203=333 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.34% from 333); Green value is 9 (3.91% from 255 or 2.70% from 333); Blue value is 203 (79.69% from 255 or 60.96% from 333); Max value from RGB is 203 - color contains mainly: blue. Hex color #7909CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7909CB is #86F634. Grayscale: #3F3F3F. Windows color (decimal): -8844853 or 13306233. OLE color: 13306233.
HSL color Cylindrical-coordinate representation of color #7909CB: hue angle of 274.64º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7909CB is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 9 | 203 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.20 |
| HSL | 274.64º | 0.92% | 0.42% | - |
| HSV(B) | 274.64º | 0.96% | 0.8% | - |
| XYZ | 18.76 | 8.57 | 57.17 | - |
| YUV | 64.6 | 206.11 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 9 | 203 | 0.40 | 0.96 | 0 | 0.20 | 274.64 | 0.92 | 0.42 |
| Hex | 79 | 9 | CB | 28 | 60 | 0 | 14 | 113 | 5C | 2A |
| Octal | 171 | 11 | 313 | 50 | 140 | 0 | 24 | 423 | 134 | 52 |
| Binary | 1111001 | 1001 | 11001011 | 101000 | 1100000 | 0 | 10100 | 100010011 | 1011100 | 101010 |
Color Harmonies of #7909CB
Complementary color
Monochromatic Colors of #7909CB
Black with #7909CB
Text Example
Text Example
White with #7909CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7909CB; }
p { color: rgb(121,9,203); }
H1.HeaderClassName
{
color: #7909CB;
}
.AnyTagClassName
{
color: #7909CB;
}
</style>
background-color css
<style>
a { background-color: #7909CB; }
a { background-color: rgb(121,9,203); }
div.DivClassName
{
background-color: #7909CB;
}
.BgClassName
{
background-color: #7909CB;
}
</style>
border-color css
<style>
span { border-color: #7909CB; }
span { border-color: rgb(121,9,203); }
td.TdClassName
{
border-color: #7909CB;
}
.TagClassName
{
border-color: #7909CB;
}
</style>