Shades of Dark Magenta #981BA6
Tints of Dark Magenta #981BA6
RGB
CMYK
RGB Variations
Color information
#981BA6 (or 0x981BA6) is known color: Dark Magenta. HEX triplet: 98, 1B and A6. RGB value is (152,27,166). Sum of RGB (Red+Green+Blue) = 152+27+166=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 27 (10.94% from 255 or 7.83% from 345); Blue value is 166 (65.23% from 255 or 48.12% from 345); Max value from RGB is 166 - color contains mainly: blue. Hex color #981BA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981BA6 is #67E459. Grayscale: #4F4F4F. Windows color (decimal): -6808666 or 10886040. OLE color: 10886040.
HSL color Cylindrical-coordinate representation of color #981BA6: hue angle of 293.96º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981BA6 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 152 | 27 | 166 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.35 |
| HSL | 293.96º | 0.72% | 0.38% | - |
| HSV(B) | 293.96º | 0.84% | 0.65% | - |
| XYZ | 20.22 | 10.21 | 36.98 | - |
| YUV | 80.22 | 176.41 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 27 | 166 | 0.08 | 0.84 | 0 | 0.35 | 293.96 | 0.72 | 0.38 |
| Hex | 98 | 1B | A6 | 8 | 54 | 0 | 23 | 126 | 48 | 26 |
| Octal | 230 | 33 | 246 | 10 | 124 | 0 | 43 | 446 | 110 | 46 |
| Binary | 10011000 | 11011 | 10100110 | 1000 | 1010100 | 0 | 100011 | 100100110 | 1001000 | 100110 |
Color Harmonies of #981BA6
Complementary color
Monochromatic Colors of #981BA6
Black with #981BA6
Text Example
Text Example
White with #981BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981BA6; }
p { color: rgb(152,27,166); }
H1.HeaderClassName
{
color: #981BA6;
}
.AnyTagClassName
{
color: #981BA6;
}
</style>
background-color css
<style>
a { background-color: #981BA6; }
a { background-color: rgb(152,27,166); }
div.DivClassName
{
background-color: #981BA6;
}
.BgClassName
{
background-color: #981BA6;
}
</style>
border-color css
<style>
span { border-color: #981BA6; }
span { border-color: rgb(152,27,166); }
td.TdClassName
{
border-color: #981BA6;
}
.TagClassName
{
border-color: #981BA6;
}
</style>