Shades of Dark Magenta #8C038B
Tints of Dark Magenta #8C038B
RGB
CMYK
RGB Variations
Color information
#8C038B (or 0x8C038B) is known color: Dark Magenta. HEX triplet: 8C, 03 and 8B. RGB value is (140,3,139). Sum of RGB (Red+Green+Blue) = 140+3+139=282 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.65% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 140 - color contains mainly: red. Hex color #8C038B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C038B is #73FC74. Grayscale: #3B3B3B. Windows color (decimal): -7601269 or 9110412. OLE color: 9110412.
HSL color Cylindrical-coordinate representation of color #8C038B: hue angle of 300.44º 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 #8C038B is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 3 | 139 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.45 |
| HSL | 300.44º | 0.96% | 0.28% | - |
| HSV(B) | 300.44º | 0.98% | 0.55% | - |
| XYZ | 15.51 | 7.5 | 25.06 | - |
| YUV | 59.47 | 172.89 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 3 | 139 | 0 | 0.98 | 0.01 | 0.45 | 300.44 | 0.96 | 0.28 |
| Hex | 8C | 3 | 8B | 0 | 62 | 1 | 2D | 12C | 60 | 1C |
| Octal | 214 | 3 | 213 | 0 | 142 | 1 | 55 | 454 | 140 | 34 |
| Binary | 10001100 | 11 | 10001011 | 0 | 1100010 | 1 | 101101 | 100101100 | 1100000 | 11100 |
Color Harmonies of #8C038B
Complementary color
Monochromatic Colors of #8C038B
Black with #8C038B
Text Example
Text Example
White with #8C038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C038B; }
p { color: rgb(140,3,139); }
H1.HeaderClassName
{
color: #8C038B;
}
.AnyTagClassName
{
color: #8C038B;
}
</style>
background-color css
<style>
a { background-color: #8C038B; }
a { background-color: rgb(140,3,139); }
div.DivClassName
{
background-color: #8C038B;
}
.BgClassName
{
background-color: #8C038B;
}
</style>
border-color css
<style>
span { border-color: #8C038B; }
span { border-color: rgb(140,3,139); }
td.TdClassName
{
border-color: #8C038B;
}
.TagClassName
{
border-color: #8C038B;
}
</style>