Shades of Dark Magenta #8A148B
Tints of Dark Magenta #8A148B
RGB
CMYK
RGB Variations
Color information
#8A148B (or 0x8A148B) is known color: Dark Magenta. HEX triplet: 8A, 14 and 8B. RGB value is (138,20,139). Sum of RGB (Red+Green+Blue) = 138+20+139=297 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.46% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 139 - color contains mainly: blue. Hex color #8A148B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A148B is #75EB74. Grayscale: #444444. Windows color (decimal): -7727989 or 9114762. OLE color: 9114762.
HSL color Cylindrical-coordinate representation of color #8A148B: hue angle of 299.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 #8A148B is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 20 | 139 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.45 |
| HSL | 299.5º | 0.75% | 0.31% | - |
| HSV(B) | 299.5º | 0.86% | 0.55% | - |
| XYZ | 15.39 | 7.77 | 25.11 | - |
| YUV | 68.85 | 167.59 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 20 | 139 | 0.01 | 0.86 | 0 | 0.45 | 299.5 | 0.75 | 0.31 |
| Hex | 8A | 14 | 8B | 1 | 56 | 0 | 2D | 12B | 4B | 1F |
| Octal | 212 | 24 | 213 | 1 | 126 | 0 | 55 | 453 | 113 | 37 |
| Binary | 10001010 | 10100 | 10001011 | 1 | 1010110 | 0 | 101101 | 100101011 | 1001011 | 11111 |
Color Harmonies of #8A148B
Complementary color
Monochromatic Colors of #8A148B
Black with #8A148B
Text Example
Text Example
White with #8A148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A148B; }
p { color: rgb(138,20,139); }
H1.HeaderClassName
{
color: #8A148B;
}
.AnyTagClassName
{
color: #8A148B;
}
</style>
background-color css
<style>
a { background-color: #8A148B; }
a { background-color: rgb(138,20,139); }
div.DivClassName
{
background-color: #8A148B;
}
.BgClassName
{
background-color: #8A148B;
}
</style>
border-color css
<style>
span { border-color: #8A148B; }
span { border-color: rgb(138,20,139); }
td.TdClassName
{
border-color: #8A148B;
}
.TagClassName
{
border-color: #8A148B;
}
</style>