Shades of Trendy Pink #984986
Tints of Trendy Pink #984986
RGB
CMYK
RGB Variations
Color information
#984986 (or 0x984986) is known color: Trendy Pink. HEX triplet: 98, 49 and 86. RGB value is (152,73,134). Sum of RGB (Red+Green+Blue) = 152+73+134=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 152 - color contains mainly: red. Hex color #984986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984986 is #67B679. Grayscale: #676767. Windows color (decimal): -6796922 or 8800664. OLE color: 8800664.
HSL color Cylindrical-coordinate representation of color #984986: hue angle of 313.67º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #984986 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 73 | 134 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.40 |
| HSL | 313.67º | 0.35% | 0.44% | - |
| HSV(B) | 313.67º | 0.52% | 0.6% | - |
| XYZ | 19.63 | 13.16 | 24.06 | - |
| YUV | 103.58 | 145.17 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 73 | 134 | 0 | 0.52 | 0.12 | 0.40 | 313.67 | 0.35 | 0.44 |
| Hex | 98 | 49 | 86 | 0 | 34 | C | 28 | 13A | 23 | 2C |
| Octal | 230 | 111 | 206 | 0 | 64 | 14 | 50 | 472 | 43 | 54 |
| Binary | 10011000 | 1001001 | 10000110 | 0 | 110100 | 1100 | 101000 | 100111010 | 100011 | 101100 |
Color Harmonies of #984986
Complementary color
Monochromatic Colors of #984986
Black with #984986
Text Example
Text Example
White with #984986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984986; }
p { color: rgb(152,73,134); }
H1.HeaderClassName
{
color: #984986;
}
.AnyTagClassName
{
color: #984986;
}
</style>
background-color css
<style>
a { background-color: #984986; }
a { background-color: rgb(152,73,134); }
div.DivClassName
{
background-color: #984986;
}
.BgClassName
{
background-color: #984986;
}
</style>
border-color css
<style>
span { border-color: #984986; }
span { border-color: rgb(152,73,134); }
td.TdClassName
{
border-color: #984986;
}
.TagClassName
{
border-color: #984986;
}
</style>