Shades of Dark Magenta #8B039C
Tints of Dark Magenta #8B039C
RGB
CMYK
RGB Variations
Color information
#8B039C (or 0x8B039C) is known color: Dark Magenta. HEX triplet: 8B, 03 and 9C. RGB value is (139,3,156). Sum of RGB (Red+Green+Blue) = 139+3+156=298 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.64% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 156 (61.33% from 255 or 52.35% from 298); Max value from RGB is 156 - color contains mainly: blue. Hex color #8B039C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B039C is #74FC63. Grayscale: #3C3C3C. Windows color (decimal): -7666788 or 10224523. OLE color: 10224523.
HSL color Cylindrical-coordinate representation of color #8B039C: hue angle of 293.33º 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 #8B039C is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 3 | 156 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.39 |
| HSL | 293.33º | 0.96% | 0.31% | - |
| HSV(B) | 293.33º | 0.98% | 0.61% | - |
| XYZ | 16.68 | 7.95 | 32.11 | - |
| YUV | 61.11 | 181.56 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 3 | 156 | 0.11 | 0.98 | 0 | 0.39 | 293.33 | 0.96 | 0.31 |
| Hex | 8B | 3 | 9C | B | 62 | 0 | 27 | 125 | 60 | 1F |
| Octal | 213 | 3 | 234 | 13 | 142 | 0 | 47 | 445 | 140 | 37 |
| Binary | 10001011 | 11 | 10011100 | 1011 | 1100010 | 0 | 100111 | 100100101 | 1100000 | 11111 |
Color Harmonies of #8B039C
Complementary color
Monochromatic Colors of #8B039C
Black with #8B039C
Text Example
Text Example
White with #8B039C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B039C; }
p { color: rgb(139,3,156); }
H1.HeaderClassName
{
color: #8B039C;
}
.AnyTagClassName
{
color: #8B039C;
}
</style>
background-color css
<style>
a { background-color: #8B039C; }
a { background-color: rgb(139,3,156); }
div.DivClassName
{
background-color: #8B039C;
}
.BgClassName
{
background-color: #8B039C;
}
</style>
border-color css
<style>
span { border-color: #8B039C; }
span { border-color: rgb(139,3,156); }
td.TdClassName
{
border-color: #8B039C;
}
.TagClassName
{
border-color: #8B039C;
}
</style>