Shades of Dark Magenta #880092
Tints of Dark Magenta #880092
RGB
CMYK
RGB Variations
Color information
#880092 (or 0x880092) is known color: Dark Magenta. HEX triplet: 88, 00 and 92. RGB value is (136,0,146). Sum of RGB (Red+Green+Blue) = 136+0+146=282 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.23% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #880092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880092 is #77FF6D. Grayscale: #383838. Windows color (decimal): -7864174 or 9568392. OLE color: 9568392.
HSL color Cylindrical-coordinate representation of color #880092: hue angle of 295.89º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #880092 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 0 | 146 | - |
| CMYK | 0.07 | 1 | 0 | 0.43 |
| HSL | 295.89º | 1% | 0.29% | - |
| HSV(B) | 295.89º | 1% | 0.57% | - |
| XYZ | 15.34 | 7.31 | 27.8 | - |
| YUV | 57.31 | 178.06 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 146 | 0.07 | 1 | 0 | 0.43 | 295.89 | 1 | 0.29 |
| Hex | 88 | 0 | 92 | 7 | 64 | 0 | 2B | 128 | 64 | 1D |
| Octal | 210 | 0 | 222 | 7 | 144 | 0 | 53 | 450 | 144 | 35 |
| Binary | 10001000 | 0 | 10010010 | 111 | 1100100 | 0 | 101011 | 100101000 | 1100100 | 11101 |
Color Harmonies of #880092
Complementary color
Monochromatic Colors of #880092
Black with #880092
Text Example
Text Example
White with #880092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880092; }
p { color: rgb(136,0,146); }
H1.HeaderClassName
{
color: #880092;
}
.AnyTagClassName
{
color: #880092;
}
</style>
background-color css
<style>
a { background-color: #880092; }
a { background-color: rgb(136,0,146); }
div.DivClassName
{
background-color: #880092;
}
.BgClassName
{
background-color: #880092;
}
</style>
border-color css
<style>
span { border-color: #880092; }
span { border-color: rgb(136,0,146); }
td.TdClassName
{
border-color: #880092;
}
.TagClassName
{
border-color: #880092;
}
</style>