Shades of Dark Magenta #96068C
Tints of Dark Magenta #96068C
RGB
CMYK
RGB Variations
Color information
#96068C (or 0x96068C) is known color: Dark Magenta. HEX triplet: 96, 06 and 8C. RGB value is (150,6,140). Sum of RGB (Red+Green+Blue) = 150+6+140=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 6 (2.73% from 255 or 2.03% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #96068C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96068C is #69F973. Grayscale: #3F3F3F. Windows color (decimal): -6945140 or 9176726. OLE color: 9176726.
HSL color Cylindrical-coordinate representation of color #96068C: hue angle of 304.17º 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 #96068C is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 6 | 140 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.41 |
| HSL | 304.17º | 0.92% | 0.31% | - |
| HSV(B) | 304.17º | 0.96% | 0.59% | - |
| XYZ | 17.38 | 8.51 | 25.54 | - |
| YUV | 64.33 | 170.71 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 6 | 140 | 0 | 0.96 | 0.07 | 0.41 | 304.17 | 0.92 | 0.31 |
| Hex | 96 | 6 | 8C | 0 | 60 | 7 | 29 | 130 | 5C | 1F |
| Octal | 226 | 6 | 214 | 0 | 140 | 7 | 51 | 460 | 134 | 37 |
| Binary | 10010110 | 110 | 10001100 | 0 | 1100000 | 111 | 101001 | 100110000 | 1011100 | 11111 |
Color Harmonies of #96068C
Complementary color
Monochromatic Colors of #96068C
Black with #96068C
Text Example
Text Example
White with #96068C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96068C; }
p { color: rgb(150,6,140); }
H1.HeaderClassName
{
color: #96068C;
}
.AnyTagClassName
{
color: #96068C;
}
</style>
background-color css
<style>
a { background-color: #96068C; }
a { background-color: rgb(150,6,140); }
div.DivClassName
{
background-color: #96068C;
}
.BgClassName
{
background-color: #96068C;
}
</style>
border-color css
<style>
span { border-color: #96068C; }
span { border-color: rgb(150,6,140); }
td.TdClassName
{
border-color: #96068C;
}
.TagClassName
{
border-color: #96068C;
}
</style>