Shades of Dark Violet #7901D9
Tints of Dark Violet #7901D9
RGB
CMYK
RGB Variations
Color information
#7901D9 (or 0x7901D9) is known color: Dark Violet. HEX triplet: 79, 01 and D9. RGB value is (121,1,217). Sum of RGB (Red+Green+Blue) = 121+1+217=339 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.69% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 217 (85.16% from 255 or 64.01% from 339); Max value from RGB is 217 - color contains mainly: blue. Hex color #7901D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7901D9 is #86FE26. Grayscale: #3C3C3C. Windows color (decimal): -8846887 or 14221689. OLE color: 14221689.
HSL color Cylindrical-coordinate representation of color #7901D9: hue angle of 273.33º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7901D9 is Cyan = 0.44, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 121 | 1 | 217 | - |
| CMYK | 0.44 | 1.00 | 0 | 0.15 |
| HSL | 273.33º | 0.99% | 0.43% | - |
| HSV(B) | 273.33º | 1% | 0.85% | - |
| XYZ | 20.42 | 9.1 | 66.33 | - |
| YUV | 61.5 | 215.76 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 1 | 217 | 0.44 | 1.00 | 0 | 0.15 | 273.33 | 0.99 | 0.43 |
| Hex | 79 | 1 | D9 | 2C | 64 | 0 | F | 111 | 63 | 2B |
| Octal | 171 | 1 | 331 | 54 | 144 | 0 | 17 | 421 | 143 | 53 |
| Binary | 1111001 | 1 | 11011001 | 101100 | 1100100 | 0 | 1111 | 100010001 | 1100011 | 101011 |
Color Harmonies of #7901D9
Complementary color
Monochromatic Colors of #7901D9
Black with #7901D9
Text Example
Text Example
White with #7901D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7901D9; }
p { color: rgb(121,1,217); }
H1.HeaderClassName
{
color: #7901D9;
}
.AnyTagClassName
{
color: #7901D9;
}
</style>
background-color css
<style>
a { background-color: #7901D9; }
a { background-color: rgb(121,1,217); }
div.DivClassName
{
background-color: #7901D9;
}
.BgClassName
{
background-color: #7901D9;
}
</style>
border-color css
<style>
span { border-color: #7901D9; }
span { border-color: rgb(121,1,217); }
td.TdClassName
{
border-color: #7901D9;
}
.TagClassName
{
border-color: #7901D9;
}
</style>