Shades of Dark Magenta #930880
Tints of Dark Magenta #930880
RGB
CMYK
RGB Variations
Color information
#930880 (or 0x930880) is known color: Dark Magenta. HEX triplet: 93, 08 and 80. RGB value is (147,8,128). Sum of RGB (Red+Green+Blue) = 147+8+128=283 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.94% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 147 - color contains mainly: red. Hex color #930880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930880 is #6CF77F. Grayscale: #3E3E3E. Windows color (decimal): -7141248 or 8390803. OLE color: 8390803.
HSL color Cylindrical-coordinate representation of color #930880: hue angle of 308.2º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #930880 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 8 | 128 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.42 |
| HSL | 308.2º | 0.9% | 0.3% | - |
| HSV(B) | 308.2º | 0.95% | 0.58% | - |
| XYZ | 16.02 | 7.94 | 21.11 | - |
| YUV | 63.24 | 164.55 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 8 | 128 | 0 | 0.95 | 0.13 | 0.42 | 308.2 | 0.9 | 0.3 |
| Hex | 93 | 8 | 80 | 0 | 5F | D | 2A | 134 | 5A | 1E |
| Octal | 223 | 10 | 200 | 0 | 137 | 15 | 52 | 464 | 132 | 36 |
| Binary | 10010011 | 1000 | 10000000 | 0 | 1011111 | 1101 | 101010 | 100110100 | 1011010 | 11110 |
Color Harmonies of #930880
Complementary color
Monochromatic Colors of #930880
Black with #930880
Text Example
Text Example
White with #930880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930880; }
p { color: rgb(147,8,128); }
H1.HeaderClassName
{
color: #930880;
}
.AnyTagClassName
{
color: #930880;
}
</style>
background-color css
<style>
a { background-color: #930880; }
a { background-color: rgb(147,8,128); }
div.DivClassName
{
background-color: #930880;
}
.BgClassName
{
background-color: #930880;
}
</style>
border-color css
<style>
span { border-color: #930880; }
span { border-color: rgb(147,8,128); }
td.TdClassName
{
border-color: #930880;
}
.TagClassName
{
border-color: #930880;
}
</style>