Shades of Dark Magenta #7F09A4
Tints of Dark Magenta #7F09A4
RGB
CMYK
RGB Variations
Color information
#7F09A4 (or 0x7F09A4) is known color: Dark Magenta. HEX triplet: 7F, 09 and A4. RGB value is (127,9,164). Sum of RGB (Red+Green+Blue) = 127+9+164=300 (39% of max value = 765). Red value is 127 (50% from 255 or 42.33% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 164 (64.45% from 255 or 54.67% from 300); Max value from RGB is 164 - color contains mainly: blue. Hex color #7F09A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F09A4 is #80F65B. Grayscale: #3D3D3D. Windows color (decimal): -8451676 or 10750335. OLE color: 10750335.
HSL color Cylindrical-coordinate representation of color #7F09A4: hue angle of 285.68º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7F09A4 is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 9 | 164 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.36 |
| HSL | 285.68º | 0.9% | 0.34% | - |
| HSV(B) | 285.68º | 0.95% | 0.64% | - |
| XYZ | 15.55 | 7.39 | 35.73 | - |
| YUV | 61.95 | 185.59 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 9 | 164 | 0.23 | 0.95 | 0 | 0.36 | 285.68 | 0.9 | 0.34 |
| Hex | 7F | 9 | A4 | 17 | 5F | 0 | 24 | 11E | 5A | 22 |
| Octal | 177 | 11 | 244 | 27 | 137 | 0 | 44 | 436 | 132 | 42 |
| Binary | 1111111 | 1001 | 10100100 | 10111 | 1011111 | 0 | 100100 | 100011110 | 1011010 | 100010 |
Color Harmonies of #7F09A4
Complementary color
Monochromatic Colors of #7F09A4
Black with #7F09A4
Text Example
Text Example
White with #7F09A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F09A4; }
p { color: rgb(127,9,164); }
H1.HeaderClassName
{
color: #7F09A4;
}
.AnyTagClassName
{
color: #7F09A4;
}
</style>
background-color css
<style>
a { background-color: #7F09A4; }
a { background-color: rgb(127,9,164); }
div.DivClassName
{
background-color: #7F09A4;
}
.BgClassName
{
background-color: #7F09A4;
}
</style>
border-color css
<style>
span { border-color: #7F09A4; }
span { border-color: rgb(127,9,164); }
td.TdClassName
{
border-color: #7F09A4;
}
.TagClassName
{
border-color: #7F09A4;
}
</style>