Shades of Dark Magenta #8C008B
Tints of Dark Magenta #8C008B
RGB
CMYK
RGB Variations
Color information
#8C008B (or 0x8C008B) is known color: Dark Magenta. HEX triplet: 8C, 00 and 8B. RGB value is (140,0,139). Sum of RGB (Red+Green+Blue) = 140+0+139=279 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.18% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 140 - color contains mainly: red. Hex color #8C008B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C008B is #73FF74. Grayscale: #393939. Windows color (decimal): -7602037 or 9109644. OLE color: 9109644.
HSL color Cylindrical-coordinate representation of color #8C008B: hue angle of 300.43º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C008B is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 0 | 139 | - |
| CMYK | 0 | 1 | 0.01 | 0.45 |
| HSL | 300.43º | 1% | 0.27% | - |
| HSV(B) | 300.43º | 1% | 0.55% | - |
| XYZ | 15.48 | 7.44 | 25.05 | - |
| YUV | 57.71 | 173.88 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 0 | 139 | 0 | 1 | 0.01 | 0.45 | 300.43 | 1 | 0.27 |
| Hex | 8C | 0 | 8B | 0 | 64 | 1 | 2D | 12C | 64 | 1B |
| Octal | 214 | 0 | 213 | 0 | 144 | 1 | 55 | 454 | 144 | 33 |
| Binary | 10001100 | 0 | 10001011 | 0 | 1100100 | 1 | 101101 | 100101100 | 1100100 | 11011 |
Color Harmonies of #8C008B
Complementary color
Monochromatic Colors of #8C008B
Black with #8C008B
Text Example
Text Example
White with #8C008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C008B; }
p { color: rgb(140,0,139); }
H1.HeaderClassName
{
color: #8C008B;
}
.AnyTagClassName
{
color: #8C008B;
}
</style>
background-color css
<style>
a { background-color: #8C008B; }
a { background-color: rgb(140,0,139); }
div.DivClassName
{
background-color: #8C008B;
}
.BgClassName
{
background-color: #8C008B;
}
</style>
border-color css
<style>
span { border-color: #8C008B; }
span { border-color: rgb(140,0,139); }
td.TdClassName
{
border-color: #8C008B;
}
.TagClassName
{
border-color: #8C008B;
}
</style>