Shades of Dark Magenta #96077E
Tints of Dark Magenta #96077E
RGB
CMYK
RGB Variations
Color information
#96077E (or 0x96077E) is known color: Dark Magenta. HEX triplet: 96, 07 and 7E. RGB value is (150,7,126). Sum of RGB (Red+Green+Blue) = 150+7+126=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 126 (49.61% from 255 or 44.52% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #96077E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96077E is #69F881. Grayscale: #3E3E3E. Windows color (decimal): -6944898 or 8259478. OLE color: 8259478.
HSL color Cylindrical-coordinate representation of color #96077E: hue angle of 310.07º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #96077E is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 7 | 126 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.41 |
| HSL | 310.07º | 0.91% | 0.31% | - |
| HSV(B) | 310.07º | 0.95% | 0.59% | - |
| XYZ | 16.42 | 8.14 | 20.44 | - |
| YUV | 63.32 | 163.38 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 7 | 126 | 0 | 0.95 | 0.16 | 0.41 | 310.07 | 0.91 | 0.31 |
| Hex | 96 | 7 | 7E | 0 | 5F | 10 | 29 | 136 | 5B | 1F |
| Octal | 226 | 7 | 176 | 0 | 137 | 20 | 51 | 466 | 133 | 37 |
| Binary | 10010110 | 111 | 1111110 | 0 | 1011111 | 10000 | 101001 | 100110110 | 1011011 | 11111 |
Color Harmonies of #96077E
Complementary color
Monochromatic Colors of #96077E
Black with #96077E
Text Example
Text Example
White with #96077E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96077E; }
p { color: rgb(150,7,126); }
H1.HeaderClassName
{
color: #96077E;
}
.AnyTagClassName
{
color: #96077E;
}
</style>
background-color css
<style>
a { background-color: #96077E; }
a { background-color: rgb(150,7,126); }
div.DivClassName
{
background-color: #96077E;
}
.BgClassName
{
background-color: #96077E;
}
</style>
border-color css
<style>
span { border-color: #96077E; }
span { border-color: rgb(150,7,126); }
td.TdClassName
{
border-color: #96077E;
}
.TagClassName
{
border-color: #96077E;
}
</style>