Shades of Dark Magenta #930B7D
Tints of Dark Magenta #930B7D
RGB
CMYK
RGB Variations
Color information
#930B7D (or 0x930B7D) is known color: Dark Magenta. HEX triplet: 93, 0B and 7D. RGB value is (147,11,125). Sum of RGB (Red+Green+Blue) = 147+11+125=283 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.94% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 147 - color contains mainly: red. Hex color #930B7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930B7D is #6CF482. Grayscale: #404040. Windows color (decimal): -7140483 or 8194963. OLE color: 8194963.
HSL color Cylindrical-coordinate representation of color #930B7D: hue angle of 309.71º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #930B7D is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 11 | 125 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.42 |
| HSL | 309.71º | 0.86% | 0.31% | - |
| HSV(B) | 309.71º | 0.93% | 0.58% | - |
| XYZ | 15.85 | 7.92 | 20.1 | - |
| YUV | 64.66 | 162.06 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 11 | 125 | 0 | 0.93 | 0.15 | 0.42 | 309.71 | 0.86 | 0.31 |
| Hex | 93 | B | 7D | 0 | 5D | F | 2A | 136 | 56 | 1F |
| Octal | 223 | 13 | 175 | 0 | 135 | 17 | 52 | 466 | 126 | 37 |
| Binary | 10010011 | 1011 | 1111101 | 0 | 1011101 | 1111 | 101010 | 100110110 | 1010110 | 11111 |
Color Harmonies of #930B7D
Complementary color
Monochromatic Colors of #930B7D
Black with #930B7D
Text Example
Text Example
White with #930B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930B7D; }
p { color: rgb(147,11,125); }
H1.HeaderClassName
{
color: #930B7D;
}
.AnyTagClassName
{
color: #930B7D;
}
</style>
background-color css
<style>
a { background-color: #930B7D; }
a { background-color: rgb(147,11,125); }
div.DivClassName
{
background-color: #930B7D;
}
.BgClassName
{
background-color: #930B7D;
}
</style>
border-color css
<style>
span { border-color: #930B7D; }
span { border-color: rgb(147,11,125); }
td.TdClassName
{
border-color: #930B7D;
}
.TagClassName
{
border-color: #930B7D;
}
</style>