Shades of Dark Magenta #880090
Tints of Dark Magenta #880090
RGB
CMYK
RGB Variations
Color information
#880090 (or 0x880090) is known color: Dark Magenta. HEX triplet: 88, 00 and 90. RGB value is (136,0,144). Sum of RGB (Red+Green+Blue) = 136+0+144=280 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.57% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #880090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880090 is #77FF6F. Grayscale: #383838. Windows color (decimal): -7864176 or 9437320. OLE color: 9437320.
HSL color Cylindrical-coordinate representation of color #880090: hue angle of 296.67º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #880090 is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 0 | 144 | - |
| CMYK | 0.06 | 1 | 0 | 0.44 |
| HSL | 296.67º | 1% | 0.28% | - |
| HSV(B) | 296.67º | 1% | 0.56% | - |
| XYZ | 15.19 | 7.25 | 26.98 | - |
| YUV | 57.08 | 177.06 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 144 | 0.06 | 1 | 0 | 0.44 | 296.67 | 1 | 0.28 |
| Hex | 88 | 0 | 90 | 6 | 64 | 0 | 2C | 129 | 64 | 1C |
| Octal | 210 | 0 | 220 | 6 | 144 | 0 | 54 | 451 | 144 | 34 |
| Binary | 10001000 | 0 | 10010000 | 110 | 1100100 | 0 | 101100 | 100101001 | 1100100 | 11100 |
Color Harmonies of #880090
Complementary color
Monochromatic Colors of #880090
Black with #880090
Text Example
Text Example
White with #880090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880090; }
p { color: rgb(136,0,144); }
H1.HeaderClassName
{
color: #880090;
}
.AnyTagClassName
{
color: #880090;
}
</style>
background-color css
<style>
a { background-color: #880090; }
a { background-color: rgb(136,0,144); }
div.DivClassName
{
background-color: #880090;
}
.BgClassName
{
background-color: #880090;
}
</style>
border-color css
<style>
span { border-color: #880090; }
span { border-color: rgb(136,0,144); }
td.TdClassName
{
border-color: #880090;
}
.TagClassName
{
border-color: #880090;
}
</style>