Shades of Dark Violet #7908AD
Tints of Dark Violet #7908AD
RGB
CMYK
RGB Variations
Color information
#7908AD (or 0x7908AD) is known color: Dark Violet. HEX triplet: 79, 08 and AD. RGB value is (121,8,173). Sum of RGB (Red+Green+Blue) = 121+8+173=302 (40% of max value = 765). Red value is 121 (47.66% from 255 or 40.07% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 173 (67.97% from 255 or 57.28% from 302); Max value from RGB is 173 - color contains mainly: blue. Hex color #7908AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7908AD is #86F752. Grayscale: #3C3C3C. Windows color (decimal): -8845139 or 11339897. OLE color: 11339897.
HSL color Cylindrical-coordinate representation of color #7908AD: hue angle of 281.09º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7908AD is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 121 | 8 | 173 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.32 |
| HSL | 281.09º | 0.91% | 0.35% | - |
| HSV(B) | 281.09º | 0.95% | 0.68% | - |
| XYZ | 15.51 | 7.26 | 40.12 | - |
| YUV | 60.6 | 191.44 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 8 | 173 | 0.30 | 0.95 | 0 | 0.32 | 281.09 | 0.91 | 0.35 |
| Hex | 79 | 8 | AD | 1E | 5F | 0 | 20 | 119 | 5B | 23 |
| Octal | 171 | 10 | 255 | 36 | 137 | 0 | 40 | 431 | 133 | 43 |
| Binary | 1111001 | 1000 | 10101101 | 11110 | 1011111 | 0 | 100000 | 100011001 | 1011011 | 100011 |
Color Harmonies of #7908AD
Complementary color
Monochromatic Colors of #7908AD
Black with #7908AD
Text Example
Text Example
White with #7908AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7908AD; }
p { color: rgb(121,8,173); }
H1.HeaderClassName
{
color: #7908AD;
}
.AnyTagClassName
{
color: #7908AD;
}
</style>
background-color css
<style>
a { background-color: #7908AD; }
a { background-color: rgb(121,8,173); }
div.DivClassName
{
background-color: #7908AD;
}
.BgClassName
{
background-color: #7908AD;
}
</style>
border-color css
<style>
span { border-color: #7908AD; }
span { border-color: rgb(121,8,173); }
td.TdClassName
{
border-color: #7908AD;
}
.TagClassName
{
border-color: #7908AD;
}
</style>