Shades of Dark Magenta #880393
Tints of Dark Magenta #880393
RGB
CMYK
RGB Variations
Color information
#880393 (or 0x880393) is known color: Dark Magenta. HEX triplet: 88, 03 and 93. RGB value is (136,3,147). Sum of RGB (Red+Green+Blue) = 136+3+147=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 147 (57.81% from 255 or 51.40% from 286); Max value from RGB is 147 - color contains mainly: blue. Hex color #880393 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880393 is #77FC6C. Grayscale: #3A3A3A. Windows color (decimal): -7863405 or 9634696. OLE color: 9634696.
HSL color Cylindrical-coordinate representation of color #880393: hue angle of 295.42º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #880393 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 3 | 147 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.42 |
| HSL | 295.42º | 0.96% | 0.29% | - |
| HSV(B) | 295.42º | 0.98% | 0.58% | - |
| XYZ | 15.45 | 7.41 | 28.22 | - |
| YUV | 59.18 | 177.56 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 147 | 0.07 | 0.98 | 0 | 0.42 | 295.42 | 0.96 | 0.29 |
| Hex | 88 | 3 | 93 | 7 | 62 | 0 | 2A | 127 | 60 | 1D |
| Octal | 210 | 3 | 223 | 7 | 142 | 0 | 52 | 447 | 140 | 35 |
| Binary | 10001000 | 11 | 10010011 | 111 | 1100010 | 0 | 101010 | 100100111 | 1100000 | 11101 |
Color Harmonies of #880393
Complementary color
Monochromatic Colors of #880393
Black with #880393
Text Example
Text Example
White with #880393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880393; }
p { color: rgb(136,3,147); }
H1.HeaderClassName
{
color: #880393;
}
.AnyTagClassName
{
color: #880393;
}
</style>
background-color css
<style>
a { background-color: #880393; }
a { background-color: rgb(136,3,147); }
div.DivClassName
{
background-color: #880393;
}
.BgClassName
{
background-color: #880393;
}
</style>
border-color css
<style>
span { border-color: #880393; }
span { border-color: rgb(136,3,147); }
td.TdClassName
{
border-color: #880393;
}
.TagClassName
{
border-color: #880393;
}
</style>