Shades of Dark Magenta #880384
Tints of Dark Magenta #880384
RGB
CMYK
RGB Variations
Color information
#880384 (or 0x880384) is known color: Dark Magenta. HEX triplet: 88, 03 and 84. RGB value is (136,3,132). Sum of RGB (Red+Green+Blue) = 136+3+132=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #880384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880384 is #77FC7B. Grayscale: #393939. Windows color (decimal): -7863420 or 8651656. OLE color: 8651656.
HSL color Cylindrical-coordinate representation of color #880384: hue angle of 301.8º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #880384 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 3 | 132 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.47 |
| HSL | 301.8º | 0.96% | 0.27% | - |
| HSV(B) | 301.8º | 0.98% | 0.53% | - |
| XYZ | 14.35 | 6.97 | 22.42 | - |
| YUV | 57.47 | 170.06 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 132 | 0 | 0.98 | 0.03 | 0.47 | 301.8 | 0.96 | 0.27 |
| Hex | 88 | 3 | 84 | 0 | 62 | 3 | 2F | 12E | 60 | 1B |
| Octal | 210 | 3 | 204 | 0 | 142 | 3 | 57 | 456 | 140 | 33 |
| Binary | 10001000 | 11 | 10000100 | 0 | 1100010 | 11 | 101111 | 100101110 | 1100000 | 11011 |
Color Harmonies of #880384
Complementary color
Monochromatic Colors of #880384
Black with #880384
Text Example
Text Example
White with #880384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880384; }
p { color: rgb(136,3,132); }
H1.HeaderClassName
{
color: #880384;
}
.AnyTagClassName
{
color: #880384;
}
</style>
background-color css
<style>
a { background-color: #880384; }
a { background-color: rgb(136,3,132); }
div.DivClassName
{
background-color: #880384;
}
.BgClassName
{
background-color: #880384;
}
</style>
border-color css
<style>
span { border-color: #880384; }
span { border-color: rgb(136,3,132); }
td.TdClassName
{
border-color: #880384;
}
.TagClassName
{
border-color: #880384;
}
</style>