Shades of Dark Magenta #8A039B
Tints of Dark Magenta #8A039B
RGB
CMYK
RGB Variations
Color information
#8A039B (or 0x8A039B) is known color: Dark Magenta. HEX triplet: 8A, 03 and 9B. RGB value is (138,3,155). Sum of RGB (Red+Green+Blue) = 138+3+155=296 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.62% from 296); Green value is 3 (1.56% from 255 or 1.01% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A039B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A039B is #75FC64. Grayscale: #3C3C3C. Windows color (decimal): -7732325 or 10158986. OLE color: 10158986.
HSL color Cylindrical-coordinate representation of color #8A039B: hue angle of 293.29º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A039B is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 3 | 155 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.39 |
| HSL | 293.29º | 0.96% | 0.31% | - |
| HSV(B) | 293.29º | 0.98% | 0.61% | - |
| XYZ | 16.43 | 7.83 | 31.66 | - |
| YUV | 60.69 | 181.23 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 3 | 155 | 0.11 | 0.98 | 0 | 0.39 | 293.29 | 0.96 | 0.31 |
| Hex | 8A | 3 | 9B | B | 62 | 0 | 27 | 125 | 60 | 1F |
| Octal | 212 | 3 | 233 | 13 | 142 | 0 | 47 | 445 | 140 | 37 |
| Binary | 10001010 | 11 | 10011011 | 1011 | 1100010 | 0 | 100111 | 100100101 | 1100000 | 11111 |
Color Harmonies of #8A039B
Complementary color
Monochromatic Colors of #8A039B
Black with #8A039B
Text Example
Text Example
White with #8A039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A039B; }
p { color: rgb(138,3,155); }
H1.HeaderClassName
{
color: #8A039B;
}
.AnyTagClassName
{
color: #8A039B;
}
</style>
background-color css
<style>
a { background-color: #8A039B; }
a { background-color: rgb(138,3,155); }
div.DivClassName
{
background-color: #8A039B;
}
.BgClassName
{
background-color: #8A039B;
}
</style>
border-color css
<style>
span { border-color: #8A039B; }
span { border-color: rgb(138,3,155); }
td.TdClassName
{
border-color: #8A039B;
}
.TagClassName
{
border-color: #8A039B;
}
</style>