Shades of Dark Magenta #96027F
Tints of Dark Magenta #96027F
RGB
CMYK
RGB Variations
Color information
#96027F (or 0x96027F) is known color: Dark Magenta. HEX triplet: 96, 02 and 7F. RGB value is (150,2,127). Sum of RGB (Red+Green+Blue) = 150+2+127=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #96027F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96027F is #69FD80. Grayscale: #3C3C3C. Windows color (decimal): -6946177 or 8323734. OLE color: 8323734.
HSL color Cylindrical-coordinate representation of color #96027F: hue angle of 309.32º 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 #96027F is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 2 | 127 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.41 |
| HSL | 309.32º | 0.97% | 0.3% | - |
| HSV(B) | 309.32º | 0.99% | 0.59% | - |
| XYZ | 16.43 | 8.06 | 20.77 | - |
| YUV | 60.5 | 165.53 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 2 | 127 | 0 | 0.99 | 0.15 | 0.41 | 309.32 | 0.97 | 0.3 |
| Hex | 96 | 2 | 7F | 0 | 63 | F | 29 | 135 | 61 | 1E |
| Octal | 226 | 2 | 177 | 0 | 143 | 17 | 51 | 465 | 141 | 36 |
| Binary | 10010110 | 10 | 1111111 | 0 | 1100011 | 1111 | 101001 | 100110101 | 1100001 | 11110 |
Color Harmonies of #96027F
Complementary color
Monochromatic Colors of #96027F
Black with #96027F
Text Example
Text Example
White with #96027F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96027F; }
p { color: rgb(150,2,127); }
H1.HeaderClassName
{
color: #96027F;
}
.AnyTagClassName
{
color: #96027F;
}
</style>
background-color css
<style>
a { background-color: #96027F; }
a { background-color: rgb(150,2,127); }
div.DivClassName
{
background-color: #96027F;
}
.BgClassName
{
background-color: #96027F;
}
</style>
border-color css
<style>
span { border-color: #96027F; }
span { border-color: rgb(150,2,127); }
td.TdClassName
{
border-color: #96027F;
}
.TagClassName
{
border-color: #96027F;
}
</style>