Shades of Dark Magenta #8C048B
Tints of Dark Magenta #8C048B
RGB
CMYK
RGB Variations
Color information
#8C048B (or 0x8C048B) is known color: Dark Magenta. HEX triplet: 8C, 04 and 8B. RGB value is (140,4,139). Sum of RGB (Red+Green+Blue) = 140+4+139=283 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.47% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 140 - color contains mainly: red. Hex color #8C048B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C048B is #73FB74. Grayscale: #3B3B3B. Windows color (decimal): -7601013 or 9110668. OLE color: 9110668.
HSL color Cylindrical-coordinate representation of color #8C048B: hue angle of 300.44º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C048B is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 4 | 139 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.45 |
| HSL | 300.44º | 0.94% | 0.28% | - |
| HSV(B) | 300.44º | 0.97% | 0.55% | - |
| XYZ | 15.52 | 7.53 | 25.06 | - |
| YUV | 60.05 | 172.56 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 4 | 139 | 0 | 0.97 | 0.01 | 0.45 | 300.44 | 0.94 | 0.28 |
| Hex | 8C | 4 | 8B | 0 | 61 | 1 | 2D | 12C | 5E | 1C |
| Octal | 214 | 4 | 213 | 0 | 141 | 1 | 55 | 454 | 136 | 34 |
| Binary | 10001100 | 100 | 10001011 | 0 | 1100001 | 1 | 101101 | 100101100 | 1011110 | 11100 |
Color Harmonies of #8C048B
Complementary color
Monochromatic Colors of #8C048B
Black with #8C048B
Text Example
Text Example
White with #8C048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C048B; }
p { color: rgb(140,4,139); }
H1.HeaderClassName
{
color: #8C048B;
}
.AnyTagClassName
{
color: #8C048B;
}
</style>
background-color css
<style>
a { background-color: #8C048B; }
a { background-color: rgb(140,4,139); }
div.DivClassName
{
background-color: #8C048B;
}
.BgClassName
{
background-color: #8C048B;
}
</style>
border-color css
<style>
span { border-color: #8C048B; }
span { border-color: rgb(140,4,139); }
td.TdClassName
{
border-color: #8C048B;
}
.TagClassName
{
border-color: #8C048B;
}
</style>