Shades of Dark Magenta #890183
Tints of Dark Magenta #890183
RGB
CMYK
RGB Variations
Color information
#890183 (or 0x890183) is known color: Dark Magenta. HEX triplet: 89, 01 and 83. RGB value is (137,1,131). Sum of RGB (Red+Green+Blue) = 137+1+131=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 131 (51.56% from 255 or 48.70% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #890183 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890183 is #76FE7C. Grayscale: #383838. Windows color (decimal): -7798397 or 8585609. OLE color: 8585609.
HSL color Cylindrical-coordinate representation of color #890183: hue angle of 302.65º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #890183 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 1 | 131 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.46 |
| HSL | 302.65º | 0.99% | 0.27% | - |
| HSV(B) | 302.65º | 0.99% | 0.54% | - |
| XYZ | 14.42 | 6.98 | 22.06 | - |
| YUV | 56.48 | 170.06 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 1 | 131 | 0 | 0.99 | 0.04 | 0.46 | 302.65 | 0.99 | 0.27 |
| Hex | 89 | 1 | 83 | 0 | 63 | 4 | 2E | 12F | 63 | 1B |
| Octal | 211 | 1 | 203 | 0 | 143 | 4 | 56 | 457 | 143 | 33 |
| Binary | 10001001 | 1 | 10000011 | 0 | 1100011 | 100 | 101110 | 100101111 | 1100011 | 11011 |
Color Harmonies of #890183
Complementary color
Monochromatic Colors of #890183
Black with #890183
Text Example
Text Example
White with #890183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890183; }
p { color: rgb(137,1,131); }
H1.HeaderClassName
{
color: #890183;
}
.AnyTagClassName
{
color: #890183;
}
</style>
background-color css
<style>
a { background-color: #890183; }
a { background-color: rgb(137,1,131); }
div.DivClassName
{
background-color: #890183;
}
.BgClassName
{
background-color: #890183;
}
</style>
border-color css
<style>
span { border-color: #890183; }
span { border-color: rgb(137,1,131); }
td.TdClassName
{
border-color: #890183;
}
.TagClassName
{
border-color: #890183;
}
</style>