Shades of Dark Magenta #7F08AB
Tints of Dark Magenta #7F08AB
RGB
CMYK
RGB Variations
Color information
#7F08AB (or 0x7F08AB) is known color: Dark Magenta. HEX triplet: 7F, 08 and AB. RGB value is (127,8,171). Sum of RGB (Red+Green+Blue) = 127+8+171=306 (40% of max value = 765). Red value is 127 (50% from 255 or 41.50% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F08AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F08AB is #80F754. Grayscale: #3D3D3D. Windows color (decimal): -8451925 or 11208831. OLE color: 11208831.
HSL color Cylindrical-coordinate representation of color #7F08AB: hue angle of 283.8º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7F08AB is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 8 | 171 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.33 |
| HSL | 283.8º | 0.91% | 0.35% | - |
| HSV(B) | 283.8º | 0.95% | 0.67% | - |
| XYZ | 16.19 | 7.63 | 39.15 | - |
| YUV | 62.16 | 189.42 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 8 | 171 | 0.26 | 0.95 | 0 | 0.33 | 283.8 | 0.91 | 0.35 |
| Hex | 7F | 8 | AB | 1A | 5F | 0 | 21 | 11C | 5B | 23 |
| Octal | 177 | 10 | 253 | 32 | 137 | 0 | 41 | 434 | 133 | 43 |
| Binary | 1111111 | 1000 | 10101011 | 11010 | 1011111 | 0 | 100001 | 100011100 | 1011011 | 100011 |
Color Harmonies of #7F08AB
Complementary color
Monochromatic Colors of #7F08AB
Black with #7F08AB
Text Example
Text Example
White with #7F08AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F08AB; }
p { color: rgb(127,8,171); }
H1.HeaderClassName
{
color: #7F08AB;
}
.AnyTagClassName
{
color: #7F08AB;
}
</style>
background-color css
<style>
a { background-color: #7F08AB; }
a { background-color: rgb(127,8,171); }
div.DivClassName
{
background-color: #7F08AB;
}
.BgClassName
{
background-color: #7F08AB;
}
</style>
border-color css
<style>
span { border-color: #7F08AB; }
span { border-color: rgb(127,8,171); }
td.TdClassName
{
border-color: #7F08AB;
}
.TagClassName
{
border-color: #7F08AB;
}
</style>