Shades of Dark Magenta #880783
Tints of Dark Magenta #880783
RGB
CMYK
RGB Variations
Color information
#880783 (or 0x880783) is known color: Dark Magenta. HEX triplet: 88, 07 and 83. RGB value is (136,7,131). Sum of RGB (Red+Green+Blue) = 136+7+131=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 131 (51.56% from 255 or 47.81% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #880783 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880783 is #77F87C. Grayscale: #3B3B3B. Windows color (decimal): -7862397 or 8587144. OLE color: 8587144.
HSL color Cylindrical-coordinate representation of color #880783: hue angle of 302.33º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880783 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 7 | 131 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.47 |
| HSL | 302.33º | 0.9% | 0.28% | - |
| HSV(B) | 302.33º | 0.95% | 0.53% | - |
| XYZ | 14.33 | 7.02 | 22.07 | - |
| YUV | 59.71 | 168.24 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 7 | 131 | 0 | 0.95 | 0.04 | 0.47 | 302.33 | 0.9 | 0.28 |
| Hex | 88 | 7 | 83 | 0 | 5F | 4 | 2F | 12E | 5A | 1C |
| Octal | 210 | 7 | 203 | 0 | 137 | 4 | 57 | 456 | 132 | 34 |
| Binary | 10001000 | 111 | 10000011 | 0 | 1011111 | 100 | 101111 | 100101110 | 1011010 | 11100 |
Color Harmonies of #880783
Complementary color
Monochromatic Colors of #880783
Black with #880783
Text Example
Text Example
White with #880783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880783; }
p { color: rgb(136,7,131); }
H1.HeaderClassName
{
color: #880783;
}
.AnyTagClassName
{
color: #880783;
}
</style>
background-color css
<style>
a { background-color: #880783; }
a { background-color: rgb(136,7,131); }
div.DivClassName
{
background-color: #880783;
}
.BgClassName
{
background-color: #880783;
}
</style>
border-color css
<style>
span { border-color: #880783; }
span { border-color: rgb(136,7,131); }
td.TdClassName
{
border-color: #880783;
}
.TagClassName
{
border-color: #880783;
}
</style>