Shades of Dark Magenta #8A039D
Tints of Dark Magenta #8A039D
RGB
CMYK
RGB Variations
Color information
#8A039D (or 0x8A039D) is known color: Dark Magenta. HEX triplet: 8A, 03 and 9D. RGB value is (138,3,157). Sum of RGB (Red+Green+Blue) = 138+3+157=298 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.31% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #8A039D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A039D is #75FC62. Grayscale: #3C3C3C. Windows color (decimal): -7732323 or 10290058. OLE color: 10290058.
HSL color Cylindrical-coordinate representation of color #8A039D: hue angle of 292.6º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A039D is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 3 | 157 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.38 |
| HSL | 292.6º | 0.96% | 0.31% | - |
| HSV(B) | 292.6º | 0.98% | 0.62% | - |
| XYZ | 16.6 | 7.9 | 32.55 | - |
| YUV | 60.92 | 182.23 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 3 | 157 | 0.12 | 0.98 | 0 | 0.38 | 292.6 | 0.96 | 0.31 |
| Hex | 8A | 3 | 9D | C | 62 | 0 | 26 | 125 | 60 | 1F |
| Octal | 212 | 3 | 235 | 14 | 142 | 0 | 46 | 445 | 140 | 37 |
| Binary | 10001010 | 11 | 10011101 | 1100 | 1100010 | 0 | 100110 | 100100101 | 1100000 | 11111 |
Color Harmonies of #8A039D
Complementary color
Monochromatic Colors of #8A039D
Black with #8A039D
Text Example
Text Example
White with #8A039D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A039D; }
p { color: rgb(138,3,157); }
H1.HeaderClassName
{
color: #8A039D;
}
.AnyTagClassName
{
color: #8A039D;
}
</style>
background-color css
<style>
a { background-color: #8A039D; }
a { background-color: rgb(138,3,157); }
div.DivClassName
{
background-color: #8A039D;
}
.BgClassName
{
background-color: #8A039D;
}
</style>
border-color css
<style>
span { border-color: #8A039D; }
span { border-color: rgb(138,3,157); }
td.TdClassName
{
border-color: #8A039D;
}
.TagClassName
{
border-color: #8A039D;
}
</style>