Shades of Dark Magenta #910085
Tints of Dark Magenta #910085
RGB
CMYK
RGB Variations
Color information
#910085 (or 0x910085) is known color: Dark Magenta. HEX triplet: 91, 00 and 85. RGB value is (145,0,133). Sum of RGB (Red+Green+Blue) = 145+0+133=278 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.16% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 145 - color contains mainly: red. Hex color #910085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910085 is #6EFF7A. Grayscale: #3A3A3A. Windows color (decimal): -7274363 or 8716433. OLE color: 8716433.
HSL color Cylindrical-coordinate representation of color #910085: hue angle of 304.97º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #910085 is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 0 | 133 | - |
| CMYK | 0 | 1 | 0.08 | 0.43 |
| HSL | 304.97º | 1% | 0.28% | - |
| HSV(B) | 304.97º | 1% | 0.57% | - |
| XYZ | 15.91 | 7.71 | 22.84 | - |
| YUV | 58.52 | 170.04 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 133 | 0 | 1 | 0.08 | 0.43 | 304.97 | 1 | 0.28 |
| Hex | 91 | 0 | 85 | 0 | 64 | 8 | 2B | 131 | 64 | 1C |
| Octal | 221 | 0 | 205 | 0 | 144 | 10 | 53 | 461 | 144 | 34 |
| Binary | 10010001 | 0 | 10000101 | 0 | 1100100 | 1000 | 101011 | 100110001 | 1100100 | 11100 |
Color Harmonies of #910085
Complementary color
Monochromatic Colors of #910085
Black with #910085
Text Example
Text Example
White with #910085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910085; }
p { color: rgb(145,0,133); }
H1.HeaderClassName
{
color: #910085;
}
.AnyTagClassName
{
color: #910085;
}
</style>
background-color css
<style>
a { background-color: #910085; }
a { background-color: rgb(145,0,133); }
div.DivClassName
{
background-color: #910085;
}
.BgClassName
{
background-color: #910085;
}
</style>
border-color css
<style>
span { border-color: #910085; }
span { border-color: rgb(145,0,133); }
td.TdClassName
{
border-color: #910085;
}
.TagClassName
{
border-color: #910085;
}
</style>