Shades of Dark Magenta #880683
Tints of Dark Magenta #880683
RGB
CMYK
RGB Variations
Color information
#880683 (or 0x880683) is known color: Dark Magenta. HEX triplet: 88, 06 and 83. RGB value is (136,6,131). Sum of RGB (Red+Green+Blue) = 136+6+131=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #880683 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880683 is #77F97C. Grayscale: #3A3A3A. Windows color (decimal): -7862653 or 8586888. OLE color: 8586888.
HSL color Cylindrical-coordinate representation of color #880683: hue angle of 302.31º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880683 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 6 | 131 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.47 |
| HSL | 302.31º | 0.92% | 0.28% | - |
| HSV(B) | 302.31º | 0.96% | 0.53% | - |
| XYZ | 14.32 | 7 | 22.07 | - |
| YUV | 59.12 | 168.57 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 6 | 131 | 0 | 0.96 | 0.04 | 0.47 | 302.31 | 0.92 | 0.28 |
| Hex | 88 | 6 | 83 | 0 | 60 | 4 | 2F | 12E | 5C | 1C |
| Octal | 210 | 6 | 203 | 0 | 140 | 4 | 57 | 456 | 134 | 34 |
| Binary | 10001000 | 110 | 10000011 | 0 | 1100000 | 100 | 101111 | 100101110 | 1011100 | 11100 |
Color Harmonies of #880683
Complementary color
Monochromatic Colors of #880683
Black with #880683
Text Example
Text Example
White with #880683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880683; }
p { color: rgb(136,6,131); }
H1.HeaderClassName
{
color: #880683;
}
.AnyTagClassName
{
color: #880683;
}
</style>
background-color css
<style>
a { background-color: #880683; }
a { background-color: rgb(136,6,131); }
div.DivClassName
{
background-color: #880683;
}
.BgClassName
{
background-color: #880683;
}
</style>
border-color css
<style>
span { border-color: #880683; }
span { border-color: rgb(136,6,131); }
td.TdClassName
{
border-color: #880683;
}
.TagClassName
{
border-color: #880683;
}
</style>