Shades of Dark Magenta #88148B
Tints of Dark Magenta #88148B
RGB
CMYK
RGB Variations
Color information
#88148B (or 0x88148B) is known color: Dark Magenta. HEX triplet: 88, 14 and 8B. RGB value is (136,20,139). Sum of RGB (Red+Green+Blue) = 136+20+139=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #88148B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88148B is #77EB74. Grayscale: #434343. Windows color (decimal): -7859061 or 9114760. OLE color: 9114760.
HSL color Cylindrical-coordinate representation of color #88148B: hue angle of 298.49º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #88148B is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 20 | 139 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.45 |
| HSL | 298.49º | 0.75% | 0.31% | - |
| HSV(B) | 298.49º | 0.86% | 0.55% | - |
| XYZ | 15.06 | 7.6 | 25.1 | - |
| YUV | 68.25 | 167.93 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 20 | 139 | 0.02 | 0.86 | 0 | 0.45 | 298.49 | 0.75 | 0.31 |
| Hex | 88 | 14 | 8B | 2 | 56 | 0 | 2D | 12A | 4B | 1F |
| Octal | 210 | 24 | 213 | 2 | 126 | 0 | 55 | 452 | 113 | 37 |
| Binary | 10001000 | 10100 | 10001011 | 10 | 1010110 | 0 | 101101 | 100101010 | 1001011 | 11111 |
Color Harmonies of #88148B
Complementary color
Monochromatic Colors of #88148B
Black with #88148B
Text Example
Text Example
White with #88148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88148B; }
p { color: rgb(136,20,139); }
H1.HeaderClassName
{
color: #88148B;
}
.AnyTagClassName
{
color: #88148B;
}
</style>
background-color css
<style>
a { background-color: #88148B; }
a { background-color: rgb(136,20,139); }
div.DivClassName
{
background-color: #88148B;
}
.BgClassName
{
background-color: #88148B;
}
</style>
border-color css
<style>
span { border-color: #88148B; }
span { border-color: rgb(136,20,139); }
td.TdClassName
{
border-color: #88148B;
}
.TagClassName
{
border-color: #88148B;
}
</style>