Shades of Dark Magenta #931085
Tints of Dark Magenta #931085
RGB
CMYK
RGB Variations
Color information
#931085 (or 0x931085) is known color: Dark Magenta. HEX triplet: 93, 10 and 85. RGB value is (147,16,133). Sum of RGB (Red+Green+Blue) = 147+16+133=296 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.66% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 147 - color contains mainly: red. Hex color #931085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #931085 is #6CEF7A. Grayscale: #444444. Windows color (decimal): -7139195 or 8720531. OLE color: 8720531.
HSL color Cylindrical-coordinate representation of color #931085: hue angle of 306.41º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #931085 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 16 | 133 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.42 |
| HSL | 306.41º | 0.8% | 0.32% | - |
| HSV(B) | 306.41º | 0.89% | 0.58% | - |
| XYZ | 16.45 | 8.27 | 22.92 | - |
| YUV | 68.51 | 164.4 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 16 | 133 | 0 | 0.89 | 0.10 | 0.42 | 306.41 | 0.8 | 0.32 |
| Hex | 93 | 10 | 85 | 0 | 59 | A | 2A | 132 | 50 | 20 |
| Octal | 223 | 20 | 205 | 0 | 131 | 12 | 52 | 462 | 120 | 40 |
| Binary | 10010011 | 10000 | 10000101 | 0 | 1011001 | 1010 | 101010 | 100110010 | 1010000 | 100000 |
Color Harmonies of #931085
Complementary color
Monochromatic Colors of #931085
Black with #931085
Text Example
Text Example
White with #931085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931085; }
p { color: rgb(147,16,133); }
H1.HeaderClassName
{
color: #931085;
}
.AnyTagClassName
{
color: #931085;
}
</style>
background-color css
<style>
a { background-color: #931085; }
a { background-color: rgb(147,16,133); }
div.DivClassName
{
background-color: #931085;
}
.BgClassName
{
background-color: #931085;
}
</style>
border-color css
<style>
span { border-color: #931085; }
span { border-color: rgb(147,16,133); }
td.TdClassName
{
border-color: #931085;
}
.TagClassName
{
border-color: #931085;
}
</style>