Shades of Dark Magenta #880397
Tints of Dark Magenta #880397
RGB
CMYK
RGB Variations
Color information
#880397 (or 0x880397) is known color: Dark Magenta. HEX triplet: 88, 03 and 97. RGB value is (136,3,151). Sum of RGB (Red+Green+Blue) = 136+3+151=290 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.90% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 151 (59.38% from 255 or 52.07% from 290); Max value from RGB is 151 - color contains mainly: blue. Hex color #880397 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880397 is #77FC68. Grayscale: #3B3B3B. Windows color (decimal): -7863401 or 9896840. OLE color: 9896840.
HSL color Cylindrical-coordinate representation of color #880397: hue angle of 293.92º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #880397 is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 136 | 3 | 151 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.41 |
| HSL | 293.92º | 0.96% | 0.3% | - |
| HSV(B) | 293.92º | 0.98% | 0.59% | - |
| XYZ | 15.77 | 7.53 | 29.9 | - |
| YUV | 59.64 | 179.56 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 151 | 0.10 | 0.98 | 0 | 0.41 | 293.92 | 0.96 | 0.3 |
| Hex | 88 | 3 | 97 | A | 62 | 0 | 29 | 126 | 60 | 1E |
| Octal | 210 | 3 | 227 | 12 | 142 | 0 | 51 | 446 | 140 | 36 |
| Binary | 10001000 | 11 | 10010111 | 1010 | 1100010 | 0 | 101001 | 100100110 | 1100000 | 11110 |
Color Harmonies of #880397
Complementary color
Monochromatic Colors of #880397
Black with #880397
Text Example
Text Example
White with #880397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880397; }
p { color: rgb(136,3,151); }
H1.HeaderClassName
{
color: #880397;
}
.AnyTagClassName
{
color: #880397;
}
</style>
background-color css
<style>
a { background-color: #880397; }
a { background-color: rgb(136,3,151); }
div.DivClassName
{
background-color: #880397;
}
.BgClassName
{
background-color: #880397;
}
</style>
border-color css
<style>
span { border-color: #880397; }
span { border-color: rgb(136,3,151); }
td.TdClassName
{
border-color: #880397;
}
.TagClassName
{
border-color: #880397;
}
</style>