Shades of Dark Magenta #981B9A
Tints of Dark Magenta #981B9A
RGB
CMYK
RGB Variations
Color information
#981B9A (or 0x981B9A) is known color: Dark Magenta. HEX triplet: 98, 1B and 9A. RGB value is (152,27,154). Sum of RGB (Red+Green+Blue) = 152+27+154=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 154 (60.55% from 255 or 46.25% from 333); Max value from RGB is 154 - color contains mainly: blue. Hex color #981B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981B9A is #67E465. Grayscale: #4E4E4E. Windows color (decimal): -6808678 or 10099608. OLE color: 10099608.
HSL color Cylindrical-coordinate representation of color #981B9A: hue angle of 299.06º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #981B9A is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 27 | 154 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.40 |
| HSL | 299.06º | 0.7% | 0.35% | - |
| HSV(B) | 299.06º | 0.82% | 0.6% | - |
| XYZ | 19.17 | 9.79 | 31.45 | - |
| YUV | 78.85 | 170.41 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 27 | 154 | 0.01 | 0.82 | 0 | 0.40 | 299.06 | 0.7 | 0.35 |
| Hex | 98 | 1B | 9A | 1 | 52 | 0 | 28 | 12B | 46 | 23 |
| Octal | 230 | 33 | 232 | 1 | 122 | 0 | 50 | 453 | 106 | 43 |
| Binary | 10011000 | 11011 | 10011010 | 1 | 1010010 | 0 | 101000 | 100101011 | 1000110 | 100011 |
Color Harmonies of #981B9A
Complementary color
Monochromatic Colors of #981B9A
Black with #981B9A
Text Example
Text Example
White with #981B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981B9A; }
p { color: rgb(152,27,154); }
H1.HeaderClassName
{
color: #981B9A;
}
.AnyTagClassName
{
color: #981B9A;
}
</style>
background-color css
<style>
a { background-color: #981B9A; }
a { background-color: rgb(152,27,154); }
div.DivClassName
{
background-color: #981B9A;
}
.BgClassName
{
background-color: #981B9A;
}
</style>
border-color css
<style>
span { border-color: #981B9A; }
span { border-color: rgb(152,27,154); }
td.TdClassName
{
border-color: #981B9A;
}
.TagClassName
{
border-color: #981B9A;
}
</style>