Shades of Dark Magenta #8A038B
Tints of Dark Magenta #8A038B
RGB
CMYK
RGB Variations
Color information
#8A038B (or 0x8A038B) is known color: Dark Magenta. HEX triplet: 8A, 03 and 8B. RGB value is (138,3,139). Sum of RGB (Red+Green+Blue) = 138+3+139=280 (37% of max value = 765). Red value is 138 (54.30% from 255 or 49.29% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #8A038B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A038B is #75FC74. Grayscale: #3A3A3A. Windows color (decimal): -7732341 or 9110410. OLE color: 9110410.
HSL color Cylindrical-coordinate representation of color #8A038B: hue angle of 299.56º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A038B is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 3 | 139 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.45 |
| HSL | 299.56º | 0.96% | 0.28% | - |
| HSV(B) | 299.56º | 0.98% | 0.55% | - |
| XYZ | 15.17 | 7.33 | 25.04 | - |
| YUV | 58.87 | 173.23 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 3 | 139 | 0.01 | 0.98 | 0 | 0.45 | 299.56 | 0.96 | 0.28 |
| Hex | 8A | 3 | 8B | 1 | 62 | 0 | 2D | 12C | 60 | 1C |
| Octal | 212 | 3 | 213 | 1 | 142 | 0 | 55 | 454 | 140 | 34 |
| Binary | 10001010 | 11 | 10001011 | 1 | 1100010 | 0 | 101101 | 100101100 | 1100000 | 11100 |
Color Harmonies of #8A038B
Complementary color
Monochromatic Colors of #8A038B
Black with #8A038B
Text Example
Text Example
White with #8A038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A038B; }
p { color: rgb(138,3,139); }
H1.HeaderClassName
{
color: #8A038B;
}
.AnyTagClassName
{
color: #8A038B;
}
</style>
background-color css
<style>
a { background-color: #8A038B; }
a { background-color: rgb(138,3,139); }
div.DivClassName
{
background-color: #8A038B;
}
.BgClassName
{
background-color: #8A038B;
}
</style>
border-color css
<style>
span { border-color: #8A038B; }
span { border-color: rgb(138,3,139); }
td.TdClassName
{
border-color: #8A038B;
}
.TagClassName
{
border-color: #8A038B;
}
</style>