Shades of Dark Magenta #880385
Tints of Dark Magenta #880385
RGB
CMYK
RGB Variations
Color information
#880385 (or 0x880385) is known color: Dark Magenta. HEX triplet: 88, 03 and 85. RGB value is (136,3,133). Sum of RGB (Red+Green+Blue) = 136+3+133=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #880385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880385 is #77FC7A. Grayscale: #393939. Windows color (decimal): -7863419 or 8717192. OLE color: 8717192.
HSL color Cylindrical-coordinate representation of color #880385: hue angle of 301.35º 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 #880385 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 3 | 133 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.47 |
| HSL | 301.35º | 0.96% | 0.27% | - |
| HSV(B) | 301.35º | 0.98% | 0.53% | - |
| XYZ | 14.42 | 6.99 | 22.78 | - |
| YUV | 57.59 | 170.56 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 133 | 0 | 0.98 | 0.02 | 0.47 | 301.35 | 0.96 | 0.27 |
| Hex | 88 | 3 | 85 | 0 | 62 | 2 | 2F | 12D | 60 | 1B |
| Octal | 210 | 3 | 205 | 0 | 142 | 2 | 57 | 455 | 140 | 33 |
| Binary | 10001000 | 11 | 10000101 | 0 | 1100010 | 10 | 101111 | 100101101 | 1100000 | 11011 |
Color Harmonies of #880385
Complementary color
Monochromatic Colors of #880385
Black with #880385
Text Example
Text Example
White with #880385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880385; }
p { color: rgb(136,3,133); }
H1.HeaderClassName
{
color: #880385;
}
.AnyTagClassName
{
color: #880385;
}
</style>
background-color css
<style>
a { background-color: #880385; }
a { background-color: rgb(136,3,133); }
div.DivClassName
{
background-color: #880385;
}
.BgClassName
{
background-color: #880385;
}
</style>
border-color css
<style>
span { border-color: #880385; }
span { border-color: rgb(136,3,133); }
td.TdClassName
{
border-color: #880385;
}
.TagClassName
{
border-color: #880385;
}
</style>