Shades of Dark Magenta #981A90
Tints of Dark Magenta #981A90
RGB
CMYK
RGB Variations
Color information
#981A90 (or 0x981A90) is known color: Dark Magenta. HEX triplet: 98, 1A and 90. RGB value is (152,26,144). Sum of RGB (Red+Green+Blue) = 152+26+144=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 26 (10.55% from 255 or 8.07% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #981A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981A90 is #67E56F. Grayscale: #4C4C4C. Windows color (decimal): -6808944 or 9443992. OLE color: 9443992.
HSL color Cylindrical-coordinate representation of color #981A90: hue angle of 303.81º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #981A90 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 26 | 144 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.40 |
| HSL | 303.81º | 0.71% | 0.35% | - |
| HSV(B) | 303.81º | 0.83% | 0.6% | - |
| XYZ | 18.35 | 9.43 | 27.24 | - |
| YUV | 77.13 | 165.74 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 26 | 144 | 0 | 0.83 | 0.05 | 0.40 | 303.81 | 0.71 | 0.35 |
| Hex | 98 | 1A | 90 | 0 | 53 | 5 | 28 | 130 | 47 | 23 |
| Octal | 230 | 32 | 220 | 0 | 123 | 5 | 50 | 460 | 107 | 43 |
| Binary | 10011000 | 11010 | 10010000 | 0 | 1010011 | 101 | 101000 | 100110000 | 1000111 | 100011 |
Color Harmonies of #981A90
Complementary color
Monochromatic Colors of #981A90
Black with #981A90
Text Example
Text Example
White with #981A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981A90; }
p { color: rgb(152,26,144); }
H1.HeaderClassName
{
color: #981A90;
}
.AnyTagClassName
{
color: #981A90;
}
</style>
background-color css
<style>
a { background-color: #981A90; }
a { background-color: rgb(152,26,144); }
div.DivClassName
{
background-color: #981A90;
}
.BgClassName
{
background-color: #981A90;
}
</style>
border-color css
<style>
span { border-color: #981A90; }
span { border-color: rgb(152,26,144); }
td.TdClassName
{
border-color: #981A90;
}
.TagClassName
{
border-color: #981A90;
}
</style>