Shades of Dark Magenta #930385
Tints of Dark Magenta #930385
RGB
CMYK
RGB Variations
Color information
#930385 (or 0x930385) is known color: Dark Magenta. HEX triplet: 93, 03 and 85. RGB value is (147,3,133). Sum of RGB (Red+Green+Blue) = 147+3+133=283 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.94% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 147 - color contains mainly: red. Hex color #930385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930385 is #6CFC7A. Grayscale: #3C3C3C. Windows color (decimal): -7142523 or 8717203. OLE color: 8717203.
HSL color Cylindrical-coordinate representation of color #930385: hue angle of 305.83º 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 #930385 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 3 | 133 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.42 |
| HSL | 305.83º | 0.96% | 0.29% | - |
| HSV(B) | 305.83º | 0.98% | 0.58% | - |
| XYZ | 16.3 | 7.96 | 22.87 | - |
| YUV | 60.88 | 168.71 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 3 | 133 | 0 | 0.98 | 0.10 | 0.42 | 305.83 | 0.96 | 0.29 |
| Hex | 93 | 3 | 85 | 0 | 62 | A | 2A | 132 | 60 | 1D |
| Octal | 223 | 3 | 205 | 0 | 142 | 12 | 52 | 462 | 140 | 35 |
| Binary | 10010011 | 11 | 10000101 | 0 | 1100010 | 1010 | 101010 | 100110010 | 1100000 | 11101 |
Color Harmonies of #930385
Complementary color
Monochromatic Colors of #930385
Black with #930385
Text Example
Text Example
White with #930385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930385; }
p { color: rgb(147,3,133); }
H1.HeaderClassName
{
color: #930385;
}
.AnyTagClassName
{
color: #930385;
}
</style>
background-color css
<style>
a { background-color: #930385; }
a { background-color: rgb(147,3,133); }
div.DivClassName
{
background-color: #930385;
}
.BgClassName
{
background-color: #930385;
}
</style>
border-color css
<style>
span { border-color: #930385; }
span { border-color: rgb(147,3,133); }
td.TdClassName
{
border-color: #930385;
}
.TagClassName
{
border-color: #930385;
}
</style>