Shades of Dark Magenta #76009B
Tints of Dark Magenta #76009B
RGB
CMYK
RGB Variations
Color information
#76009B (or 0x76009B) is known color: Dark Magenta. HEX triplet: 76, 00 and 9B. RGB value is (118,0,155). Sum of RGB (Red+Green+Blue) = 118+0+155=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #76009B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76009B is #89FF64. Grayscale: #343434. Windows color (decimal): -9043813 or 10158198. OLE color: 10158198.
HSL color Cylindrical-coordinate representation of color #76009B: hue angle of 285.68º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #76009B is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 0 | 155 | - |
| CMYK | 0.24 | 1 | 0 | 0.39 |
| HSL | 285.68º | 1% | 0.3% | - |
| HSV(B) | 285.68º | 1% | 0.61% | - |
| XYZ | 13.39 | 6.22 | 31.5 | - |
| YUV | 52.95 | 185.59 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 155 | 0.24 | 1 | 0 | 0.39 | 285.68 | 1 | 0.3 |
| Hex | 76 | 0 | 9B | 18 | 64 | 0 | 27 | 11E | 64 | 1E |
| Octal | 166 | 0 | 233 | 30 | 144 | 0 | 47 | 436 | 144 | 36 |
| Binary | 1110110 | 0 | 10011011 | 11000 | 1100100 | 0 | 100111 | 100011110 | 1100100 | 11110 |
Color Harmonies of #76009B
Complementary color
Monochromatic Colors of #76009B
Black with #76009B
Text Example
Text Example
White with #76009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76009B; }
p { color: rgb(118,0,155); }
H1.HeaderClassName
{
color: #76009B;
}
.AnyTagClassName
{
color: #76009B;
}
</style>
background-color css
<style>
a { background-color: #76009B; }
a { background-color: rgb(118,0,155); }
div.DivClassName
{
background-color: #76009B;
}
.BgClassName
{
background-color: #76009B;
}
</style>
border-color css
<style>
span { border-color: #76009B; }
span { border-color: rgb(118,0,155); }
td.TdClassName
{
border-color: #76009B;
}
.TagClassName
{
border-color: #76009B;
}
</style>