Shades of Dark Magenta #910389
Tints of Dark Magenta #910389
RGB
CMYK
RGB Variations
Color information
#910389 (or 0x910389) is known color: Dark Magenta. HEX triplet: 91, 03 and 89. RGB value is (145,3,137). Sum of RGB (Red+Green+Blue) = 145+3+137=285 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.88% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 145 - color contains mainly: red. Hex color #910389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910389 is #6EFC76. Grayscale: #3C3C3C. Windows color (decimal): -7273591 or 8979345. OLE color: 8979345.
HSL color Cylindrical-coordinate representation of color #910389: hue angle of 303.38º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #910389 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 3 | 137 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.43 |
| HSL | 303.38º | 0.96% | 0.29% | - |
| HSV(B) | 303.38º | 0.98% | 0.57% | - |
| XYZ | 16.22 | 7.89 | 24.33 | - |
| YUV | 60.73 | 171.04 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 3 | 137 | 0 | 0.98 | 0.06 | 0.43 | 303.38 | 0.96 | 0.29 |
| Hex | 91 | 3 | 89 | 0 | 62 | 6 | 2B | 12F | 60 | 1D |
| Octal | 221 | 3 | 211 | 0 | 142 | 6 | 53 | 457 | 140 | 35 |
| Binary | 10010001 | 11 | 10001001 | 0 | 1100010 | 110 | 101011 | 100101111 | 1100000 | 11101 |
Color Harmonies of #910389
Complementary color
Monochromatic Colors of #910389
Black with #910389
Text Example
Text Example
White with #910389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910389; }
p { color: rgb(145,3,137); }
H1.HeaderClassName
{
color: #910389;
}
.AnyTagClassName
{
color: #910389;
}
</style>
background-color css
<style>
a { background-color: #910389; }
a { background-color: rgb(145,3,137); }
div.DivClassName
{
background-color: #910389;
}
.BgClassName
{
background-color: #910389;
}
</style>
border-color css
<style>
span { border-color: #910389; }
span { border-color: rgb(145,3,137); }
td.TdClassName
{
border-color: #910389;
}
.TagClassName
{
border-color: #910389;
}
</style>