Shades of Dark Magenta #880392
Tints of Dark Magenta #880392
RGB
CMYK
RGB Variations
Color information
#880392 (or 0x880392) is known color: Dark Magenta. HEX triplet: 88, 03 and 92. RGB value is (136,3,146). Sum of RGB (Red+Green+Blue) = 136+3+146=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #880392 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880392 is #77FC6D. Grayscale: #3A3A3A. Windows color (decimal): -7863406 or 9569160. OLE color: 9569160.
HSL color Cylindrical-coordinate representation of color #880392: hue angle of 295.8º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #880392 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 3 | 146 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.43 |
| HSL | 295.8º | 0.96% | 0.29% | - |
| HSV(B) | 295.8º | 0.98% | 0.57% | - |
| XYZ | 15.37 | 7.37 | 27.81 | - |
| YUV | 59.07 | 177.06 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 146 | 0.07 | 0.98 | 0 | 0.43 | 295.8 | 0.96 | 0.29 |
| Hex | 88 | 3 | 92 | 7 | 62 | 0 | 2B | 128 | 60 | 1D |
| Octal | 210 | 3 | 222 | 7 | 142 | 0 | 53 | 450 | 140 | 35 |
| Binary | 10001000 | 11 | 10010010 | 111 | 1100010 | 0 | 101011 | 100101000 | 1100000 | 11101 |
Color Harmonies of #880392
Complementary color
Monochromatic Colors of #880392
Black with #880392
Text Example
Text Example
White with #880392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880392; }
p { color: rgb(136,3,146); }
H1.HeaderClassName
{
color: #880392;
}
.AnyTagClassName
{
color: #880392;
}
</style>
background-color css
<style>
a { background-color: #880392; }
a { background-color: rgb(136,3,146); }
div.DivClassName
{
background-color: #880392;
}
.BgClassName
{
background-color: #880392;
}
</style>
border-color css
<style>
span { border-color: #880392; }
span { border-color: rgb(136,3,146); }
td.TdClassName
{
border-color: #880392;
}
.TagClassName
{
border-color: #880392;
}
</style>