Shades of Dark Magenta #76099B
Tints of Dark Magenta #76099B
RGB
CMYK
RGB Variations
Color information
#76099B (or 0x76099B) is known color: Dark Magenta. HEX triplet: 76, 09 and 9B. RGB value is (118,9,155). Sum of RGB (Red+Green+Blue) = 118+9+155=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #76099B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76099B is #89F664. Grayscale: #393939. Windows color (decimal): -9041509 or 10160502. OLE color: 10160502.
HSL color Cylindrical-coordinate representation of color #76099B: hue angle of 284.79º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76099B is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 9 | 155 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.39 |
| HSL | 284.79º | 0.89% | 0.32% | - |
| HSV(B) | 284.79º | 0.94% | 0.61% | - |
| XYZ | 13.49 | 6.41 | 31.54 | - |
| YUV | 58.24 | 182.61 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 9 | 155 | 0.24 | 0.94 | 0 | 0.39 | 284.79 | 0.89 | 0.32 |
| Hex | 76 | 9 | 9B | 18 | 5E | 0 | 27 | 11D | 59 | 20 |
| Octal | 166 | 11 | 233 | 30 | 136 | 0 | 47 | 435 | 131 | 40 |
| Binary | 1110110 | 1001 | 10011011 | 11000 | 1011110 | 0 | 100111 | 100011101 | 1011001 | 100000 |
Color Harmonies of #76099B
Complementary color
Monochromatic Colors of #76099B
Black with #76099B
Text Example
Text Example
White with #76099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76099B; }
p { color: rgb(118,9,155); }
H1.HeaderClassName
{
color: #76099B;
}
.AnyTagClassName
{
color: #76099B;
}
</style>
background-color css
<style>
a { background-color: #76099B; }
a { background-color: rgb(118,9,155); }
div.DivClassName
{
background-color: #76099B;
}
.BgClassName
{
background-color: #76099B;
}
</style>
border-color css
<style>
span { border-color: #76099B; }
span { border-color: rgb(118,9,155); }
td.TdClassName
{
border-color: #76099B;
}
.TagClassName
{
border-color: #76099B;
}
</style>