Shades of Dark Magenta #910782
Tints of Dark Magenta #910782
RGB
CMYK
RGB Variations
Color information
#910782 (or 0x910782) is known color: Dark Magenta. HEX triplet: 91, 07 and 82. RGB value is (145,7,130). Sum of RGB (Red+Green+Blue) = 145+7+130=282 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.42% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 145 - color contains mainly: red. Hex color #910782 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910782 is #6EF87D. Grayscale: #3D3D3D. Windows color (decimal): -7272574 or 8521617. OLE color: 8521617.
HSL color Cylindrical-coordinate representation of color #910782: hue angle of 306.52º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #910782 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 7 | 130 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.43 |
| HSL | 306.52º | 0.91% | 0.3% | - |
| HSV(B) | 306.52º | 0.95% | 0.57% | - |
| XYZ | 15.78 | 7.78 | 21.79 | - |
| YUV | 62.28 | 166.22 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 7 | 130 | 0 | 0.95 | 0.10 | 0.43 | 306.52 | 0.91 | 0.3 |
| Hex | 91 | 7 | 82 | 0 | 5F | A | 2B | 133 | 5B | 1E |
| Octal | 221 | 7 | 202 | 0 | 137 | 12 | 53 | 463 | 133 | 36 |
| Binary | 10010001 | 111 | 10000010 | 0 | 1011111 | 1010 | 101011 | 100110011 | 1011011 | 11110 |
Color Harmonies of #910782
Complementary color
Monochromatic Colors of #910782
Black with #910782
Text Example
Text Example
White with #910782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910782; }
p { color: rgb(145,7,130); }
H1.HeaderClassName
{
color: #910782;
}
.AnyTagClassName
{
color: #910782;
}
</style>
background-color css
<style>
a { background-color: #910782; }
a { background-color: rgb(145,7,130); }
div.DivClassName
{
background-color: #910782;
}
.BgClassName
{
background-color: #910782;
}
</style>
border-color css
<style>
span { border-color: #910782; }
span { border-color: rgb(145,7,130); }
td.TdClassName
{
border-color: #910782;
}
.TagClassName
{
border-color: #910782;
}
</style>