Shades of Dark Magenta #910685
Tints of Dark Magenta #910685
RGB
CMYK
RGB Variations
Color information
#910685 (or 0x910685) is known color: Dark Magenta. HEX triplet: 91, 06 and 85. RGB value is (145,6,133). Sum of RGB (Red+Green+Blue) = 145+6+133=284 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.06% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 145 - color contains mainly: red. Hex color #910685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910685 is #6EF97A. Grayscale: #3D3D3D. Windows color (decimal): -7272827 or 8717969. OLE color: 8717969.
HSL color Cylindrical-coordinate representation of color #910685: hue angle of 305.18º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #910685 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 6 | 133 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.43 |
| HSL | 305.18º | 0.92% | 0.3% | - |
| HSV(B) | 305.18º | 0.96% | 0.57% | - |
| XYZ | 15.98 | 7.84 | 22.86 | - |
| YUV | 62.04 | 168.05 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 6 | 133 | 0 | 0.96 | 0.08 | 0.43 | 305.18 | 0.92 | 0.3 |
| Hex | 91 | 6 | 85 | 0 | 60 | 8 | 2B | 131 | 5C | 1E |
| Octal | 221 | 6 | 205 | 0 | 140 | 10 | 53 | 461 | 134 | 36 |
| Binary | 10010001 | 110 | 10000101 | 0 | 1100000 | 1000 | 101011 | 100110001 | 1011100 | 11110 |
Color Harmonies of #910685
Complementary color
Monochromatic Colors of #910685
Black with #910685
Text Example
Text Example
White with #910685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910685; }
p { color: rgb(145,6,133); }
H1.HeaderClassName
{
color: #910685;
}
.AnyTagClassName
{
color: #910685;
}
</style>
background-color css
<style>
a { background-color: #910685; }
a { background-color: rgb(145,6,133); }
div.DivClassName
{
background-color: #910685;
}
.BgClassName
{
background-color: #910685;
}
</style>
border-color css
<style>
span { border-color: #910685; }
span { border-color: rgb(145,6,133); }
td.TdClassName
{
border-color: #910685;
}
.TagClassName
{
border-color: #910685;
}
</style>