Shades of Trendy Pink #984486
Tints of Trendy Pink #984486
RGB
CMYK
RGB Variations
Color information
#984486 (or 0x984486) is known color: Trendy Pink. HEX triplet: 98, 44 and 86. RGB value is (152,68,134). Sum of RGB (Red+Green+Blue) = 152+68+134=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 134 (52.73% from 255 or 37.85% from 354); Max value from RGB is 152 - color contains mainly: red. Hex color #984486 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984486 is #67BB79. Grayscale: #646464. Windows color (decimal): -6798202 or 8799384. OLE color: 8799384.
HSL color Cylindrical-coordinate representation of color #984486: hue angle of 312.86º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #984486 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 68 | 134 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.40 |
| HSL | 312.86º | 0.38% | 0.43% | - |
| HSV(B) | 312.86º | 0.55% | 0.6% | - |
| XYZ | 19.32 | 12.53 | 23.95 | - |
| YUV | 100.64 | 146.83 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 68 | 134 | 0 | 0.55 | 0.12 | 0.40 | 312.86 | 0.38 | 0.43 |
| Hex | 98 | 44 | 86 | 0 | 37 | C | 28 | 139 | 26 | 2B |
| Octal | 230 | 104 | 206 | 0 | 67 | 14 | 50 | 471 | 46 | 53 |
| Binary | 10011000 | 1000100 | 10000110 | 0 | 110111 | 1100 | 101000 | 100111001 | 100110 | 101011 |
Color Harmonies of #984486
Complementary color
Monochromatic Colors of #984486
Black with #984486
Text Example
Text Example
White with #984486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984486; }
p { color: rgb(152,68,134); }
H1.HeaderClassName
{
color: #984486;
}
.AnyTagClassName
{
color: #984486;
}
</style>
background-color css
<style>
a { background-color: #984486; }
a { background-color: rgb(152,68,134); }
div.DivClassName
{
background-color: #984486;
}
.BgClassName
{
background-color: #984486;
}
</style>
border-color css
<style>
span { border-color: #984486; }
span { border-color: rgb(152,68,134); }
td.TdClassName
{
border-color: #984486;
}
.TagClassName
{
border-color: #984486;
}
</style>