Shades of Dark Magenta #981CA2
Tints of Dark Magenta #981CA2
RGB
CMYK
RGB Variations
Color information
#981CA2 (or 0x981CA2) is known color: Dark Magenta. HEX triplet: 98, 1C and A2. RGB value is (152,28,162). Sum of RGB (Red+Green+Blue) = 152+28+162=342 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.44% from 342); Green value is 28 (11.33% from 255 or 8.19% from 342); Blue value is 162 (63.67% from 255 or 47.37% from 342); Max value from RGB is 162 - color contains mainly: blue. Hex color #981CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981CA2 is #67E35D. Grayscale: #4F4F4F. Windows color (decimal): -6808414 or 10624152. OLE color: 10624152.
HSL color Cylindrical-coordinate representation of color #981CA2: hue angle of 295.52º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #981CA2 is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 28 | 162 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.36 |
| HSL | 295.52º | 0.71% | 0.37% | - |
| HSV(B) | 295.52º | 0.83% | 0.64% | - |
| XYZ | 19.89 | 10.11 | 35.09 | - |
| YUV | 80.35 | 174.08 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 28 | 162 | 0.06 | 0.83 | 0 | 0.36 | 295.52 | 0.71 | 0.37 |
| Hex | 98 | 1C | A2 | 6 | 53 | 0 | 24 | 128 | 47 | 25 |
| Octal | 230 | 34 | 242 | 6 | 123 | 0 | 44 | 450 | 107 | 45 |
| Binary | 10011000 | 11100 | 10100010 | 110 | 1010011 | 0 | 100100 | 100101000 | 1000111 | 100101 |
Color Harmonies of #981CA2
Complementary color
Monochromatic Colors of #981CA2
Black with #981CA2
Text Example
Text Example
White with #981CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981CA2; }
p { color: rgb(152,28,162); }
H1.HeaderClassName
{
color: #981CA2;
}
.AnyTagClassName
{
color: #981CA2;
}
</style>
background-color css
<style>
a { background-color: #981CA2; }
a { background-color: rgb(152,28,162); }
div.DivClassName
{
background-color: #981CA2;
}
.BgClassName
{
background-color: #981CA2;
}
</style>
border-color css
<style>
span { border-color: #981CA2; }
span { border-color: rgb(152,28,162); }
td.TdClassName
{
border-color: #981CA2;
}
.TagClassName
{
border-color: #981CA2;
}
</style>