Shades of Dark Magenta #8C148A
Tints of Dark Magenta #8C148A
RGB
CMYK
RGB Variations
Color information
#8C148A (or 0x8C148A) is known color: Dark Magenta. HEX triplet: 8C, 14 and 8A. RGB value is (140,20,138). Sum of RGB (Red+Green+Blue) = 140+20+138=298 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.98% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 138 (54.30% from 255 or 46.31% from 298); Max value from RGB is 140 - color contains mainly: red. Hex color #8C148A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C148A is #73EB75. Grayscale: #444444. Windows color (decimal): -7596918 or 9049228. OLE color: 9049228.
HSL color Cylindrical-coordinate representation of color #8C148A: hue angle of 301º 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 #8C148A is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 20 | 138 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.45 |
| HSL | 301º | 0.75% | 0.31% | - |
| HSV(B) | 301º | 0.86% | 0.55% | - |
| XYZ | 15.65 | 7.91 | 24.75 | - |
| YUV | 69.33 | 166.76 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 20 | 138 | 0 | 0.86 | 0.01 | 0.45 | 301 | 0.75 | 0.31 |
| Hex | 8C | 14 | 8A | 0 | 56 | 1 | 2D | 12D | 4B | 1F |
| Octal | 214 | 24 | 212 | 0 | 126 | 1 | 55 | 455 | 113 | 37 |
| Binary | 10001100 | 10100 | 10001010 | 0 | 1010110 | 1 | 101101 | 100101101 | 1001011 | 11111 |
Color Harmonies of #8C148A
Complementary color
Monochromatic Colors of #8C148A
Black with #8C148A
Text Example
Text Example
White with #8C148A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C148A; }
p { color: rgb(140,20,138); }
H1.HeaderClassName
{
color: #8C148A;
}
.AnyTagClassName
{
color: #8C148A;
}
</style>
background-color css
<style>
a { background-color: #8C148A; }
a { background-color: rgb(140,20,138); }
div.DivClassName
{
background-color: #8C148A;
}
.BgClassName
{
background-color: #8C148A;
}
</style>
border-color css
<style>
span { border-color: #8C148A; }
span { border-color: rgb(140,20,138); }
td.TdClassName
{
border-color: #8C148A;
}
.TagClassName
{
border-color: #8C148A;
}
</style>