Shades of Dark Magenta #76089C
Tints of Dark Magenta #76089C
RGB
CMYK
RGB Variations
Color information
#76089C (or 0x76089C) is known color: Dark Magenta. HEX triplet: 76, 08 and 9C. RGB value is (118,8,156). Sum of RGB (Red+Green+Blue) = 118+8+156=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 156 (61.33% from 255 or 55.32% from 282); Max value from RGB is 156 - color contains mainly: blue. Hex color #76089C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76089C is #89F763. Grayscale: #393939. Windows color (decimal): -9041764 or 10225782. OLE color: 10225782.
HSL color Cylindrical-coordinate representation of color #76089C: hue angle of 284.59º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #76089C is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 8 | 156 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.39 |
| HSL | 284.59º | 0.9% | 0.32% | - |
| HSV(B) | 284.59º | 0.95% | 0.61% | - |
| XYZ | 13.56 | 6.43 | 31.98 | - |
| YUV | 57.76 | 183.44 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 8 | 156 | 0.24 | 0.95 | 0 | 0.39 | 284.59 | 0.9 | 0.32 |
| Hex | 76 | 8 | 9C | 18 | 5F | 0 | 27 | 11D | 5A | 20 |
| Octal | 166 | 10 | 234 | 30 | 137 | 0 | 47 | 435 | 132 | 40 |
| Binary | 1110110 | 1000 | 10011100 | 11000 | 1011111 | 0 | 100111 | 100011101 | 1011010 | 100000 |
Color Harmonies of #76089C
Complementary color
Monochromatic Colors of #76089C
Black with #76089C
Text Example
Text Example
White with #76089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76089C; }
p { color: rgb(118,8,156); }
H1.HeaderClassName
{
color: #76089C;
}
.AnyTagClassName
{
color: #76089C;
}
</style>
background-color css
<style>
a { background-color: #76089C; }
a { background-color: rgb(118,8,156); }
div.DivClassName
{
background-color: #76089C;
}
.BgClassName
{
background-color: #76089C;
}
</style>
border-color css
<style>
span { border-color: #76089C; }
span { border-color: rgb(118,8,156); }
td.TdClassName
{
border-color: #76089C;
}
.TagClassName
{
border-color: #76089C;
}
</style>