Shades of Dark Magenta #930085
Tints of Dark Magenta #930085
RGB
CMYK
RGB Variations
Color information
#930085 (or 0x930085) is known color: Dark Magenta. HEX triplet: 93, 00 and 85. RGB value is (147,0,133). Sum of RGB (Red+Green+Blue) = 147+0+133=280 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.5% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 147 - color contains mainly: red. Hex color #930085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930085 is #6CFF7A. Grayscale: #3A3A3A. Windows color (decimal): -7143291 or 8716435. OLE color: 8716435.
HSL color Cylindrical-coordinate representation of color #930085: hue angle of 305.71º 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 #930085 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 0 | 133 | - |
| CMYK | 0 | 1 | 0.10 | 0.42 |
| HSL | 305.71º | 1% | 0.29% | - |
| HSV(B) | 305.71º | 1% | 0.58% | - |
| XYZ | 16.27 | 7.9 | 22.86 | - |
| YUV | 59.12 | 169.7 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 0 | 133 | 0 | 1 | 0.10 | 0.42 | 305.71 | 1 | 0.29 |
| Hex | 93 | 0 | 85 | 0 | 64 | A | 2A | 132 | 64 | 1D |
| Octal | 223 | 0 | 205 | 0 | 144 | 12 | 52 | 462 | 144 | 35 |
| Binary | 10010011 | 0 | 10000101 | 0 | 1100100 | 1010 | 101010 | 100110010 | 1100100 | 11101 |
Color Harmonies of #930085
Complementary color
Monochromatic Colors of #930085
Black with #930085
Text Example
Text Example
White with #930085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930085; }
p { color: rgb(147,0,133); }
H1.HeaderClassName
{
color: #930085;
}
.AnyTagClassName
{
color: #930085;
}
</style>
background-color css
<style>
a { background-color: #930085; }
a { background-color: rgb(147,0,133); }
div.DivClassName
{
background-color: #930085;
}
.BgClassName
{
background-color: #930085;
}
</style>
border-color css
<style>
span { border-color: #930085; }
span { border-color: rgb(147,0,133); }
td.TdClassName
{
border-color: #930085;
}
.TagClassName
{
border-color: #930085;
}
</style>