Shades of Dark Violet #7908AF
Tints of Dark Violet #7908AF
RGB
CMYK
RGB Variations
Color information
#7908AF (or 0x7908AF) is known color: Dark Violet. HEX triplet: 79, 08 and AF. RGB value is (121,8,175). Sum of RGB (Red+Green+Blue) = 121+8+175=304 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.80% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 175 (68.75% from 255 or 57.57% from 304); Max value from RGB is 175 - color contains mainly: blue. Hex color #7908AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7908AF is #86F750. Grayscale: #3C3C3C. Windows color (decimal): -8845137 or 11470969. OLE color: 11470969.
HSL color Cylindrical-coordinate representation of color #7908AF: hue angle of 280.6º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7908AF is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 121 | 8 | 175 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.31 |
| HSL | 280.6º | 0.91% | 0.36% | - |
| HSV(B) | 280.6º | 0.95% | 0.69% | - |
| XYZ | 15.71 | 7.33 | 41.15 | - |
| YUV | 60.83 | 192.44 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 8 | 175 | 0.31 | 0.95 | 0 | 0.31 | 280.6 | 0.91 | 0.36 |
| Hex | 79 | 8 | AF | 1F | 5F | 0 | 1F | 119 | 5B | 24 |
| Octal | 171 | 10 | 257 | 37 | 137 | 0 | 37 | 431 | 133 | 44 |
| Binary | 1111001 | 1000 | 10101111 | 11111 | 1011111 | 0 | 11111 | 100011001 | 1011011 | 100100 |
Color Harmonies of #7908AF
Complementary color
Monochromatic Colors of #7908AF
Black with #7908AF
Text Example
Text Example
White with #7908AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7908AF; }
p { color: rgb(121,8,175); }
H1.HeaderClassName
{
color: #7908AF;
}
.AnyTagClassName
{
color: #7908AF;
}
</style>
background-color css
<style>
a { background-color: #7908AF; }
a { background-color: rgb(121,8,175); }
div.DivClassName
{
background-color: #7908AF;
}
.BgClassName
{
background-color: #7908AF;
}
</style>
border-color css
<style>
span { border-color: #7908AF; }
span { border-color: rgb(121,8,175); }
td.TdClassName
{
border-color: #7908AF;
}
.TagClassName
{
border-color: #7908AF;
}
</style>