Shades of Dark Magenta #96067F
Tints of Dark Magenta #96067F
RGB
CMYK
RGB Variations
Color information
#96067F (or 0x96067F) is known color: Dark Magenta. HEX triplet: 96, 06 and 7F. RGB value is (150,6,127). Sum of RGB (Red+Green+Blue) = 150+6+127=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 127 (50% from 255 or 44.88% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #96067F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96067F is #69F980. Grayscale: #3E3E3E. Windows color (decimal): -6945153 or 8324758. OLE color: 8324758.
HSL color Cylindrical-coordinate representation of color #96067F: hue angle of 309.58º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #96067F is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 6 | 127 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.41 |
| HSL | 309.58º | 0.92% | 0.31% | - |
| HSV(B) | 309.58º | 0.96% | 0.59% | - |
| XYZ | 16.47 | 8.15 | 20.78 | - |
| YUV | 62.85 | 164.21 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 6 | 127 | 0 | 0.96 | 0.15 | 0.41 | 309.58 | 0.92 | 0.31 |
| Hex | 96 | 6 | 7F | 0 | 60 | F | 29 | 136 | 5C | 1F |
| Octal | 226 | 6 | 177 | 0 | 140 | 17 | 51 | 466 | 134 | 37 |
| Binary | 10010110 | 110 | 1111111 | 0 | 1100000 | 1111 | 101001 | 100110110 | 1011100 | 11111 |
Color Harmonies of #96067F
Complementary color
Monochromatic Colors of #96067F
Black with #96067F
Text Example
Text Example
White with #96067F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96067F; }
p { color: rgb(150,6,127); }
H1.HeaderClassName
{
color: #96067F;
}
.AnyTagClassName
{
color: #96067F;
}
</style>
background-color css
<style>
a { background-color: #96067F; }
a { background-color: rgb(150,6,127); }
div.DivClassName
{
background-color: #96067F;
}
.BgClassName
{
background-color: #96067F;
}
</style>
border-color css
<style>
span { border-color: #96067F; }
span { border-color: rgb(150,6,127); }
td.TdClassName
{
border-color: #96067F;
}
.TagClassName
{
border-color: #96067F;
}
</style>