Shades of Dark Magenta #76089F
Tints of Dark Magenta #76089F
RGB
CMYK
RGB Variations
Color information
#76089F (or 0x76089F) is known color: Dark Magenta. HEX triplet: 76, 08 and 9F. RGB value is (118,8,159). Sum of RGB (Red+Green+Blue) = 118+8+159=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 159 (62.5% from 255 or 55.79% from 285); Max value from RGB is 159 - color contains mainly: blue. Hex color #76089F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76089F is #89F760. Grayscale: #393939. Windows color (decimal): -9041761 or 10422390. OLE color: 10422390.
HSL color Cylindrical-coordinate representation of color #76089F: hue angle of 283.71º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #76089F is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 8 | 159 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.38 |
| HSL | 283.71º | 0.9% | 0.33% | - |
| HSV(B) | 283.71º | 0.95% | 0.62% | - |
| XYZ | 13.82 | 6.53 | 33.33 | - |
| YUV | 58.1 | 184.94 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 8 | 159 | 0.26 | 0.95 | 0 | 0.38 | 283.71 | 0.9 | 0.33 |
| Hex | 76 | 8 | 9F | 1A | 5F | 0 | 26 | 11C | 5A | 21 |
| Octal | 166 | 10 | 237 | 32 | 137 | 0 | 46 | 434 | 132 | 41 |
| Binary | 1110110 | 1000 | 10011111 | 11010 | 1011111 | 0 | 100110 | 100011100 | 1011010 | 100001 |
Color Harmonies of #76089F
Complementary color
Monochromatic Colors of #76089F
Black with #76089F
Text Example
Text Example
White with #76089F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76089F; }
p { color: rgb(118,8,159); }
H1.HeaderClassName
{
color: #76089F;
}
.AnyTagClassName
{
color: #76089F;
}
</style>
background-color css
<style>
a { background-color: #76089F; }
a { background-color: rgb(118,8,159); }
div.DivClassName
{
background-color: #76089F;
}
.BgClassName
{
background-color: #76089F;
}
</style>
border-color css
<style>
span { border-color: #76089F; }
span { border-color: rgb(118,8,159); }
td.TdClassName
{
border-color: #76089F;
}
.TagClassName
{
border-color: #76089F;
}
</style>