Shades of Trendy Pink #984E88
Tints of Trendy Pink #984E88
RGB
CMYK
RGB Variations
Color information
#984E88 (or 0x984E88) is known color: Trendy Pink. HEX triplet: 98, 4E and 88. RGB value is (152,78,136). Sum of RGB (Red+Green+Blue) = 152+78+136=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #984E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984E88 is #67B177. Grayscale: #6A6A6A. Windows color (decimal): -6795640 or 8933016. OLE color: 8933016.
HSL color Cylindrical-coordinate representation of color #984E88: hue angle of 312.97º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #984E88 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 78 | 136 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.40 |
| HSL | 312.97º | 0.32% | 0.45% | - |
| HSV(B) | 312.97º | 0.49% | 0.6% | - |
| XYZ | 20.12 | 13.9 | 24.92 | - |
| YUV | 106.74 | 144.52 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 78 | 136 | 0 | 0.49 | 0.11 | 0.40 | 312.97 | 0.32 | 0.45 |
| Hex | 98 | 4E | 88 | 0 | 31 | B | 28 | 139 | 20 | 2D |
| Octal | 230 | 116 | 210 | 0 | 61 | 13 | 50 | 471 | 40 | 55 |
| Binary | 10011000 | 1001110 | 10001000 | 0 | 110001 | 1011 | 101000 | 100111001 | 100000 | 101101 |
Color Harmonies of #984E88
Complementary color
Monochromatic Colors of #984E88
Black with #984E88
Text Example
Text Example
White with #984E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984E88; }
p { color: rgb(152,78,136); }
H1.HeaderClassName
{
color: #984E88;
}
.AnyTagClassName
{
color: #984E88;
}
</style>
background-color css
<style>
a { background-color: #984E88; }
a { background-color: rgb(152,78,136); }
div.DivClassName
{
background-color: #984E88;
}
.BgClassName
{
background-color: #984E88;
}
</style>
border-color css
<style>
span { border-color: #984E88; }
span { border-color: rgb(152,78,136); }
td.TdClassName
{
border-color: #984E88;
}
.TagClassName
{
border-color: #984E88;
}
</style>