Shades of Dark Magenta #930380
Tints of Dark Magenta #930380
RGB
CMYK
RGB Variations
Color information
#930380 (or 0x930380) is known color: Dark Magenta. HEX triplet: 93, 03 and 80. RGB value is (147,3,128). Sum of RGB (Red+Green+Blue) = 147+3+128=278 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.88% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 128 (50.39% from 255 or 46.04% from 278); Max value from RGB is 147 - color contains mainly: red. Hex color #930380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930380 is #6CFC7F. Grayscale: #3B3B3B. Windows color (decimal): -7142528 or 8389523. OLE color: 8389523.
HSL color Cylindrical-coordinate representation of color #930380: hue angle of 307.92º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #930380 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 3 | 128 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.42 |
| HSL | 307.92º | 0.96% | 0.29% | - |
| HSV(B) | 307.92º | 0.98% | 0.58% | - |
| XYZ | 15.96 | 7.83 | 21.09 | - |
| YUV | 60.31 | 166.21 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 3 | 128 | 0 | 0.98 | 0.13 | 0.42 | 307.92 | 0.96 | 0.29 |
| Hex | 93 | 3 | 80 | 0 | 62 | D | 2A | 134 | 60 | 1D |
| Octal | 223 | 3 | 200 | 0 | 142 | 15 | 52 | 464 | 140 | 35 |
| Binary | 10010011 | 11 | 10000000 | 0 | 1100010 | 1101 | 101010 | 100110100 | 1100000 | 11101 |
Color Harmonies of #930380
Complementary color
Monochromatic Colors of #930380
Black with #930380
Text Example
Text Example
White with #930380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930380; }
p { color: rgb(147,3,128); }
H1.HeaderClassName
{
color: #930380;
}
.AnyTagClassName
{
color: #930380;
}
</style>
background-color css
<style>
a { background-color: #930380; }
a { background-color: rgb(147,3,128); }
div.DivClassName
{
background-color: #930380;
}
.BgClassName
{
background-color: #930380;
}
</style>
border-color css
<style>
span { border-color: #930380; }
span { border-color: rgb(147,3,128); }
td.TdClassName
{
border-color: #930380;
}
.TagClassName
{
border-color: #930380;
}
</style>