Shades of Dark Magenta #96027C
Tints of Dark Magenta #96027C
RGB
CMYK
RGB Variations
Color information
#96027C (or 0x96027C) is known color: Dark Magenta. HEX triplet: 96, 02 and 7C. RGB value is (150,2,124). Sum of RGB (Red+Green+Blue) = 150+2+124=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #96027C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96027C is #69FD83. Grayscale: #3B3B3B. Windows color (decimal): -6946180 or 8127126. OLE color: 8127126.
HSL color Cylindrical-coordinate representation of color #96027C: hue angle of 310.54º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #96027C is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 2 | 124 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.41 |
| HSL | 310.54º | 0.97% | 0.3% | - |
| HSV(B) | 310.54º | 0.99% | 0.59% | - |
| XYZ | 16.24 | 7.98 | 19.75 | - |
| YUV | 60.16 | 164.03 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 2 | 124 | 0 | 0.99 | 0.17 | 0.41 | 310.54 | 0.97 | 0.3 |
| Hex | 96 | 2 | 7C | 0 | 63 | 11 | 29 | 137 | 61 | 1E |
| Octal | 226 | 2 | 174 | 0 | 143 | 21 | 51 | 467 | 141 | 36 |
| Binary | 10010110 | 10 | 1111100 | 0 | 1100011 | 10001 | 101001 | 100110111 | 1100001 | 11110 |
Color Harmonies of #96027C
Complementary color
Monochromatic Colors of #96027C
Black with #96027C
Text Example
Text Example
White with #96027C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96027C; }
p { color: rgb(150,2,124); }
H1.HeaderClassName
{
color: #96027C;
}
.AnyTagClassName
{
color: #96027C;
}
</style>
background-color css
<style>
a { background-color: #96027C; }
a { background-color: rgb(150,2,124); }
div.DivClassName
{
background-color: #96027C;
}
.BgClassName
{
background-color: #96027C;
}
</style>
border-color css
<style>
span { border-color: #96027C; }
span { border-color: rgb(150,2,124); }
td.TdClassName
{
border-color: #96027C;
}
.TagClassName
{
border-color: #96027C;
}
</style>