Shades of Dark Magenta #880A94
Tints of Dark Magenta #880A94
RGB
CMYK
RGB Variations
Color information
#880A94 (or 0x880A94) is known color: Dark Magenta. HEX triplet: 88, 0A and 94. RGB value is (136,10,148). Sum of RGB (Red+Green+Blue) = 136+10+148=294 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.26% from 294); Green value is 10 (4.30% from 255 or 3.40% from 294); Blue value is 148 (58.20% from 255 or 50.34% from 294); Max value from RGB is 148 - color contains mainly: blue. Hex color #880A94 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880A94 is #77F56B. Grayscale: #3E3E3E. Windows color (decimal): -7861612 or 9702024. OLE color: 9702024.
HSL color Cylindrical-coordinate representation of color #880A94: hue angle of 294.78º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880A94 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 10 | 148 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.42 |
| HSL | 294.78º | 0.87% | 0.31% | - |
| HSV(B) | 294.78º | 0.93% | 0.58% | - |
| XYZ | 15.61 | 7.59 | 28.66 | - |
| YUV | 63.41 | 175.74 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 148 | 0.08 | 0.93 | 0 | 0.42 | 294.78 | 0.87 | 0.31 |
| Hex | 88 | A | 94 | 8 | 5D | 0 | 2A | 127 | 57 | 1F |
| Octal | 210 | 12 | 224 | 10 | 135 | 0 | 52 | 447 | 127 | 37 |
| Binary | 10001000 | 1010 | 10010100 | 1000 | 1011101 | 0 | 101010 | 100100111 | 1010111 | 11111 |
Color Harmonies of #880A94
Complementary color
Monochromatic Colors of #880A94
Black with #880A94
Text Example
Text Example
White with #880A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880A94; }
p { color: rgb(136,10,148); }
H1.HeaderClassName
{
color: #880A94;
}
.AnyTagClassName
{
color: #880A94;
}
</style>
background-color css
<style>
a { background-color: #880A94; }
a { background-color: rgb(136,10,148); }
div.DivClassName
{
background-color: #880A94;
}
.BgClassName
{
background-color: #880A94;
}
</style>
border-color css
<style>
span { border-color: #880A94; }
span { border-color: rgb(136,10,148); }
td.TdClassName
{
border-color: #880A94;
}
.TagClassName
{
border-color: #880A94;
}
</style>