Shades of Dark Magenta #910189
Tints of Dark Magenta #910189
RGB
CMYK
RGB Variations
Color information
#910189 (or 0x910189) is known color: Dark Magenta. HEX triplet: 91, 01 and 89. RGB value is (145,1,137). Sum of RGB (Red+Green+Blue) = 145+1+137=283 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.24% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 137 (53.91% from 255 or 48.41% from 283); Max value from RGB is 145 - color contains mainly: red. Hex color #910189 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910189 is #6EFE76. Grayscale: #3B3B3B. Windows color (decimal): -7274103 or 8978833. OLE color: 8978833.
HSL color Cylindrical-coordinate representation of color #910189: hue angle of 303.33º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #910189 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 137 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.43 |
| HSL | 303.33º | 0.99% | 0.29% | - |
| HSV(B) | 303.33º | 0.99% | 0.57% | - |
| XYZ | 16.2 | 7.85 | 24.33 | - |
| YUV | 59.56 | 171.71 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 137 | 0 | 0.99 | 0.06 | 0.43 | 303.33 | 0.99 | 0.29 |
| Hex | 91 | 1 | 89 | 0 | 63 | 6 | 2B | 12F | 63 | 1D |
| Octal | 221 | 1 | 211 | 0 | 143 | 6 | 53 | 457 | 143 | 35 |
| Binary | 10010001 | 1 | 10001001 | 0 | 1100011 | 110 | 101011 | 100101111 | 1100011 | 11101 |
Color Harmonies of #910189
Complementary color
Monochromatic Colors of #910189
Black with #910189
Text Example
Text Example
White with #910189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910189; }
p { color: rgb(145,1,137); }
H1.HeaderClassName
{
color: #910189;
}
.AnyTagClassName
{
color: #910189;
}
</style>
background-color css
<style>
a { background-color: #910189; }
a { background-color: rgb(145,1,137); }
div.DivClassName
{
background-color: #910189;
}
.BgClassName
{
background-color: #910189;
}
</style>
border-color css
<style>
span { border-color: #910189; }
span { border-color: rgb(145,1,137); }
td.TdClassName
{
border-color: #910189;
}
.TagClassName
{
border-color: #910189;
}
</style>