Shades of Dark Magenta #930785
Tints of Dark Magenta #930785
RGB
CMYK
RGB Variations
Color information
#930785 (or 0x930785) is known color: Dark Magenta. HEX triplet: 93, 07 and 85. RGB value is (147,7,133). Sum of RGB (Red+Green+Blue) = 147+7+133=287 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.22% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 147 - color contains mainly: red. Hex color #930785 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930785 is #6CF87A. Grayscale: #3E3E3E. Windows color (decimal): -7141499 or 8718227. OLE color: 8718227.
HSL color Cylindrical-coordinate representation of color #930785: hue angle of 306º degrees, saturation: 0.91, 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 #930785 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 7 | 133 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.42 |
| HSL | 306º | 0.91% | 0.3% | - |
| HSV(B) | 306º | 0.95% | 0.58% | - |
| XYZ | 16.34 | 8.05 | 22.88 | - |
| YUV | 63.22 | 167.38 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 7 | 133 | 0 | 0.95 | 0.10 | 0.42 | 306 | 0.91 | 0.3 |
| Hex | 93 | 7 | 85 | 0 | 5F | A | 2A | 132 | 5B | 1E |
| Octal | 223 | 7 | 205 | 0 | 137 | 12 | 52 | 462 | 133 | 36 |
| Binary | 10010011 | 111 | 10000101 | 0 | 1011111 | 1010 | 101010 | 100110010 | 1011011 | 11110 |
Color Harmonies of #930785
Complementary color
Monochromatic Colors of #930785
Black with #930785
Text Example
Text Example
White with #930785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930785; }
p { color: rgb(147,7,133); }
H1.HeaderClassName
{
color: #930785;
}
.AnyTagClassName
{
color: #930785;
}
</style>
background-color css
<style>
a { background-color: #930785; }
a { background-color: rgb(147,7,133); }
div.DivClassName
{
background-color: #930785;
}
.BgClassName
{
background-color: #930785;
}
</style>
border-color css
<style>
span { border-color: #930785; }
span { border-color: rgb(147,7,133); }
td.TdClassName
{
border-color: #930785;
}
.TagClassName
{
border-color: #930785;
}
</style>