Shades of Dark Magenta #930080
Tints of Dark Magenta #930080
RGB
CMYK
RGB Variations
Color information
#930080 (or 0x930080) is known color: Dark Magenta. HEX triplet: 93, 00 and 80. RGB value is (147,0,128). Sum of RGB (Red+Green+Blue) = 147+0+128=275 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.45% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 128 (50.39% from 255 or 46.55% from 275); Max value from RGB is 147 - color contains mainly: red. Hex color #930080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930080 is #6CFF7F. Grayscale: #3A3A3A. Windows color (decimal): -7143296 or 8388755. OLE color: 8388755.
HSL color Cylindrical-coordinate representation of color #930080: hue angle of 307.76º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #930080 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 0 | 128 | - |
| CMYK | 0 | 1 | 0.13 | 0.42 |
| HSL | 307.76º | 1% | 0.29% | - |
| HSV(B) | 307.76º | 1% | 0.58% | - |
| XYZ | 15.93 | 7.76 | 21.08 | - |
| YUV | 58.55 | 167.2 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 0 | 128 | 0 | 1 | 0.13 | 0.42 | 307.76 | 1 | 0.29 |
| Hex | 93 | 0 | 80 | 0 | 64 | D | 2A | 134 | 64 | 1D |
| Octal | 223 | 0 | 200 | 0 | 144 | 15 | 52 | 464 | 144 | 35 |
| Binary | 10010011 | 0 | 10000000 | 0 | 1100100 | 1101 | 101010 | 100110100 | 1100100 | 11101 |
Color Harmonies of #930080
Complementary color
Monochromatic Colors of #930080
Black with #930080
Text Example
Text Example
White with #930080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930080; }
p { color: rgb(147,0,128); }
H1.HeaderClassName
{
color: #930080;
}
.AnyTagClassName
{
color: #930080;
}
</style>
background-color css
<style>
a { background-color: #930080; }
a { background-color: rgb(147,0,128); }
div.DivClassName
{
background-color: #930080;
}
.BgClassName
{
background-color: #930080;
}
</style>
border-color css
<style>
span { border-color: #930080; }
span { border-color: rgb(147,0,128); }
td.TdClassName
{
border-color: #930080;
}
.TagClassName
{
border-color: #930080;
}
</style>