Shades of Dark Magenta #7F08AD
Tints of Dark Magenta #7F08AD
RGB
CMYK
RGB Variations
Color information
#7F08AD (or 0x7F08AD) is known color: Dark Magenta. HEX triplet: 7F, 08 and AD. RGB value is (127,8,173). Sum of RGB (Red+Green+Blue) = 127+8+173=308 (40% of max value = 765). Red value is 127 (50% from 255 or 41.23% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 173 (67.97% from 255 or 56.17% from 308); Max value from RGB is 173 - color contains mainly: blue. Hex color #7F08AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F08AD is #80F752. Grayscale: #3D3D3D. Windows color (decimal): -8451923 or 11339903. OLE color: 11339903.
HSL color Cylindrical-coordinate representation of color #7F08AD: hue angle of 283.27º 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 #7F08AD is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 8 | 173 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.32 |
| HSL | 283.27º | 0.91% | 0.35% | - |
| HSV(B) | 283.27º | 0.95% | 0.68% | - |
| XYZ | 16.38 | 7.7 | 40.16 | - |
| YUV | 62.39 | 190.42 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 8 | 173 | 0.27 | 0.95 | 0 | 0.32 | 283.27 | 0.91 | 0.35 |
| Hex | 7F | 8 | AD | 1B | 5F | 0 | 20 | 11B | 5B | 23 |
| Octal | 177 | 10 | 255 | 33 | 137 | 0 | 40 | 433 | 133 | 43 |
| Binary | 1111111 | 1000 | 10101101 | 11011 | 1011111 | 0 | 100000 | 100011011 | 1011011 | 100011 |
Color Harmonies of #7F08AD
Complementary color
Monochromatic Colors of #7F08AD
Black with #7F08AD
Text Example
Text Example
White with #7F08AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F08AD; }
p { color: rgb(127,8,173); }
H1.HeaderClassName
{
color: #7F08AD;
}
.AnyTagClassName
{
color: #7F08AD;
}
</style>
background-color css
<style>
a { background-color: #7F08AD; }
a { background-color: rgb(127,8,173); }
div.DivClassName
{
background-color: #7F08AD;
}
.BgClassName
{
background-color: #7F08AD;
}
</style>
border-color css
<style>
span { border-color: #7F08AD; }
span { border-color: rgb(127,8,173); }
td.TdClassName
{
border-color: #7F08AD;
}
.TagClassName
{
border-color: #7F08AD;
}
</style>