Shades of Dark Magenta #87098B
Tints of Dark Magenta #87098B
RGB
CMYK
RGB Variations
Color information
#87098B (or 0x87098B) is known color: Dark Magenta. HEX triplet: 87, 09 and 8B. RGB value is (135,9,139). Sum of RGB (Red+Green+Blue) = 135+9+139=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #87098B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #87098B is #78F674. Grayscale: #3D3D3D. Windows color (decimal): -7927413 or 9111943. OLE color: 9111943.
HSL color Cylindrical-coordinate representation of color #87098B: hue angle of 298.15º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #87098B is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 9 | 139 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.45 |
| HSL | 298.15º | 0.88% | 0.29% | - |
| HSV(B) | 298.15º | 0.94% | 0.55% | - |
| XYZ | 14.75 | 7.21 | 25.04 | - |
| YUV | 61.49 | 171.74 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 9 | 139 | 0.03 | 0.94 | 0 | 0.45 | 298.15 | 0.88 | 0.29 |
| Hex | 87 | 9 | 8B | 3 | 5E | 0 | 2D | 12A | 58 | 1D |
| Octal | 207 | 11 | 213 | 3 | 136 | 0 | 55 | 452 | 130 | 35 |
| Binary | 10000111 | 1001 | 10001011 | 11 | 1011110 | 0 | 101101 | 100101010 | 1011000 | 11101 |
Color Harmonies of #87098B
Complementary color
Monochromatic Colors of #87098B
Black with #87098B
Text Example
Text Example
White with #87098B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87098B; }
p { color: rgb(135,9,139); }
H1.HeaderClassName
{
color: #87098B;
}
.AnyTagClassName
{
color: #87098B;
}
</style>
background-color css
<style>
a { background-color: #87098B; }
a { background-color: rgb(135,9,139); }
div.DivClassName
{
background-color: #87098B;
}
.BgClassName
{
background-color: #87098B;
}
</style>
border-color css
<style>
span { border-color: #87098B; }
span { border-color: rgb(135,9,139); }
td.TdClassName
{
border-color: #87098B;
}
.TagClassName
{
border-color: #87098B;
}
</style>