Shades of Trendy Pink #984688
Tints of Trendy Pink #984688
RGB
CMYK
RGB Variations
Color information
#984688 (or 0x984688) is known color: Trendy Pink. HEX triplet: 98, 46 and 88. RGB value is (152,70,136). Sum of RGB (Red+Green+Blue) = 152+70+136=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 152 - color contains mainly: red. Hex color #984688 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984688 is #67B977. Grayscale: #656565. Windows color (decimal): -6797688 or 8930968. OLE color: 8930968.
HSL color Cylindrical-coordinate representation of color #984688: hue angle of 311.71º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #984688 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 70 | 136 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.40 |
| HSL | 311.71º | 0.37% | 0.44% | - |
| HSV(B) | 311.71º | 0.54% | 0.6% | - |
| XYZ | 19.58 | 12.83 | 24.74 | - |
| YUV | 102.04 | 147.17 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 70 | 136 | 0 | 0.54 | 0.11 | 0.40 | 311.71 | 0.37 | 0.44 |
| Hex | 98 | 46 | 88 | 0 | 36 | B | 28 | 138 | 25 | 2C |
| Octal | 230 | 106 | 210 | 0 | 66 | 13 | 50 | 470 | 45 | 54 |
| Binary | 10011000 | 1000110 | 10001000 | 0 | 110110 | 1011 | 101000 | 100111000 | 100101 | 101100 |
Color Harmonies of #984688
Complementary color
Monochromatic Colors of #984688
Black with #984688
Text Example
Text Example
White with #984688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984688; }
p { color: rgb(152,70,136); }
H1.HeaderClassName
{
color: #984688;
}
.AnyTagClassName
{
color: #984688;
}
</style>
background-color css
<style>
a { background-color: #984688; }
a { background-color: rgb(152,70,136); }
div.DivClassName
{
background-color: #984688;
}
.BgClassName
{
background-color: #984688;
}
</style>
border-color css
<style>
span { border-color: #984688; }
span { border-color: rgb(152,70,136); }
td.TdClassName
{
border-color: #984688;
}
.TagClassName
{
border-color: #984688;
}
</style>