Shades of Trendy Pink #984886
Tints of Trendy Pink #984886
RGB
CMYK
RGB Variations
Color information
#984886 (or 0x984886) is known color: Trendy Pink. HEX triplet: 98, 48 and 86. RGB value is (152,72,134). Sum of RGB (Red+Green+Blue) = 152+72+134=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 134 (52.73% from 255 or 37.43% from 358); Max value from RGB is 152 - color contains mainly: red. Hex color #984886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984886 is #67B779. Grayscale: #666666. Windows color (decimal): -6797178 or 8800408. OLE color: 8800408.
HSL color Cylindrical-coordinate representation of color #984886: hue angle of 313.5º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #984886 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 72 | 134 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.40 |
| HSL | 313.5º | 0.36% | 0.44% | - |
| HSV(B) | 313.5º | 0.53% | 0.6% | - |
| XYZ | 19.57 | 13.03 | 24.04 | - |
| YUV | 102.99 | 145.5 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 72 | 134 | 0 | 0.53 | 0.12 | 0.40 | 313.5 | 0.36 | 0.44 |
| Hex | 98 | 48 | 86 | 0 | 35 | C | 28 | 13A | 24 | 2C |
| Octal | 230 | 110 | 206 | 0 | 65 | 14 | 50 | 472 | 44 | 54 |
| Binary | 10011000 | 1001000 | 10000110 | 0 | 110101 | 1100 | 101000 | 100111010 | 100100 | 101100 |
Color Harmonies of #984886
Complementary color
Monochromatic Colors of #984886
Black with #984886
Text Example
Text Example
White with #984886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984886; }
p { color: rgb(152,72,134); }
H1.HeaderClassName
{
color: #984886;
}
.AnyTagClassName
{
color: #984886;
}
</style>
background-color css
<style>
a { background-color: #984886; }
a { background-color: rgb(152,72,134); }
div.DivClassName
{
background-color: #984886;
}
.BgClassName
{
background-color: #984886;
}
</style>
border-color css
<style>
span { border-color: #984886; }
span { border-color: rgb(152,72,134); }
td.TdClassName
{
border-color: #984886;
}
.TagClassName
{
border-color: #984886;
}
</style>