Shades of Dark Magenta #76099D
Tints of Dark Magenta #76099D
RGB
CMYK
RGB Variations
Color information
#76099D (or 0x76099D) is known color: Dark Magenta. HEX triplet: 76, 09 and 9D. RGB value is (118,9,157). Sum of RGB (Red+Green+Blue) = 118+9+157=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 157 (61.72% from 255 or 55.28% from 284); Max value from RGB is 157 - color contains mainly: blue. Hex color #76099D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76099D is #89F662. Grayscale: #393939. Windows color (decimal): -9041507 or 10291574. OLE color: 10291574.
HSL color Cylindrical-coordinate representation of color #76099D: hue angle of 284.19º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76099D is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 9 | 157 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.38 |
| HSL | 284.19º | 0.89% | 0.33% | - |
| HSV(B) | 284.19º | 0.94% | 0.62% | - |
| XYZ | 13.65 | 6.48 | 32.43 | - |
| YUV | 58.46 | 183.61 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 9 | 157 | 0.25 | 0.94 | 0 | 0.38 | 284.19 | 0.89 | 0.33 |
| Hex | 76 | 9 | 9D | 19 | 5E | 0 | 26 | 11C | 59 | 21 |
| Octal | 166 | 11 | 235 | 31 | 136 | 0 | 46 | 434 | 131 | 41 |
| Binary | 1110110 | 1001 | 10011101 | 11001 | 1011110 | 0 | 100110 | 100011100 | 1011001 | 100001 |
Color Harmonies of #76099D
Complementary color
Monochromatic Colors of #76099D
Black with #76099D
Text Example
Text Example
White with #76099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76099D; }
p { color: rgb(118,9,157); }
H1.HeaderClassName
{
color: #76099D;
}
.AnyTagClassName
{
color: #76099D;
}
</style>
background-color css
<style>
a { background-color: #76099D; }
a { background-color: rgb(118,9,157); }
div.DivClassName
{
background-color: #76099D;
}
.BgClassName
{
background-color: #76099D;
}
</style>
border-color css
<style>
span { border-color: #76099D; }
span { border-color: rgb(118,9,157); }
td.TdClassName
{
border-color: #76099D;
}
.TagClassName
{
border-color: #76099D;
}
</style>