Shades of Dark Magenta #8C148B
Tints of Dark Magenta #8C148B
RGB
CMYK
RGB Variations
Color information
#8C148B (or 0x8C148B) is known color: Dark Magenta. HEX triplet: 8C, 14 and 8B. RGB value is (140,20,139). Sum of RGB (Red+Green+Blue) = 140+20+139=299 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.82% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 140 - color contains mainly: red. Hex color #8C148B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C148B is #73EB74. Grayscale: #454545. Windows color (decimal): -7596917 or 9114764. OLE color: 9114764.
HSL color Cylindrical-coordinate representation of color #8C148B: hue angle of 300.5º 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 #8C148B is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 20 | 139 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.45 |
| HSL | 300.5º | 0.75% | 0.31% | - |
| HSV(B) | 300.5º | 0.86% | 0.55% | - |
| XYZ | 15.73 | 7.94 | 25.13 | - |
| YUV | 69.45 | 167.26 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 20 | 139 | 0 | 0.86 | 0.01 | 0.45 | 300.5 | 0.75 | 0.31 |
| Hex | 8C | 14 | 8B | 0 | 56 | 1 | 2D | 12C | 4B | 1F |
| Octal | 214 | 24 | 213 | 0 | 126 | 1 | 55 | 454 | 113 | 37 |
| Binary | 10001100 | 10100 | 10001011 | 0 | 1010110 | 1 | 101101 | 100101100 | 1001011 | 11111 |
Color Harmonies of #8C148B
Complementary color
Monochromatic Colors of #8C148B
Black with #8C148B
Text Example
Text Example
White with #8C148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C148B; }
p { color: rgb(140,20,139); }
H1.HeaderClassName
{
color: #8C148B;
}
.AnyTagClassName
{
color: #8C148B;
}
</style>
background-color css
<style>
a { background-color: #8C148B; }
a { background-color: rgb(140,20,139); }
div.DivClassName
{
background-color: #8C148B;
}
.BgClassName
{
background-color: #8C148B;
}
</style>
border-color css
<style>
span { border-color: #8C148B; }
span { border-color: rgb(140,20,139); }
td.TdClassName
{
border-color: #8C148B;
}
.TagClassName
{
border-color: #8C148B;
}
</style>