Shades of Dark Magenta #880592
Tints of Dark Magenta #880592
RGB
CMYK
RGB Variations
Color information
#880592 (or 0x880592) is known color: Dark Magenta. HEX triplet: 88, 05 and 92. RGB value is (136,5,146). Sum of RGB (Red+Green+Blue) = 136+5+146=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 146 (57.42% from 255 or 50.87% from 287); Max value from RGB is 146 - color contains mainly: blue. Hex color #880592 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880592 is #77FA6D. Grayscale: #3B3B3B. Windows color (decimal): -7862894 or 9569672. OLE color: 9569672.
HSL color Cylindrical-coordinate representation of color #880592: hue angle of 295.74º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #880592 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 5 | 146 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.43 |
| HSL | 295.74º | 0.93% | 0.3% | - |
| HSV(B) | 295.74º | 0.97% | 0.57% | - |
| XYZ | 15.4 | 7.42 | 27.81 | - |
| YUV | 60.24 | 176.4 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 5 | 146 | 0.07 | 0.97 | 0 | 0.43 | 295.74 | 0.93 | 0.3 |
| Hex | 88 | 5 | 92 | 7 | 61 | 0 | 2B | 128 | 5D | 1E |
| Octal | 210 | 5 | 222 | 7 | 141 | 0 | 53 | 450 | 135 | 36 |
| Binary | 10001000 | 101 | 10010010 | 111 | 1100001 | 0 | 101011 | 100101000 | 1011101 | 11110 |
Color Harmonies of #880592
Complementary color
Monochromatic Colors of #880592
Black with #880592
Text Example
Text Example
White with #880592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880592; }
p { color: rgb(136,5,146); }
H1.HeaderClassName
{
color: #880592;
}
.AnyTagClassName
{
color: #880592;
}
</style>
background-color css
<style>
a { background-color: #880592; }
a { background-color: rgb(136,5,146); }
div.DivClassName
{
background-color: #880592;
}
.BgClassName
{
background-color: #880592;
}
</style>
border-color css
<style>
span { border-color: #880592; }
span { border-color: rgb(136,5,146); }
td.TdClassName
{
border-color: #880592;
}
.TagClassName
{
border-color: #880592;
}
</style>