Shades of Trendy Pink #984685
Tints of Trendy Pink #984685
RGB
CMYK
RGB Variations
Color information
#984685 (or 0x984685) is known color: Trendy Pink. HEX triplet: 98, 46 and 85. RGB value is (152,70,133). Sum of RGB (Red+Green+Blue) = 152+70+133=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #984685 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984685 is #67B97A. Grayscale: #656565. Windows color (decimal): -6797691 or 8734360. OLE color: 8734360.
HSL color Cylindrical-coordinate representation of color #984685: hue angle of 313.9º 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 #984685 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 70 | 133 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.40 |
| HSL | 313.9º | 0.37% | 0.44% | - |
| HSV(B) | 313.9º | 0.54% | 0.6% | - |
| XYZ | 19.37 | 12.75 | 23.63 | - |
| YUV | 101.7 | 145.67 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 70 | 133 | 0 | 0.54 | 0.13 | 0.40 | 313.9 | 0.37 | 0.44 |
| Hex | 98 | 46 | 85 | 0 | 36 | D | 28 | 13A | 25 | 2C |
| Octal | 230 | 106 | 205 | 0 | 66 | 15 | 50 | 472 | 45 | 54 |
| Binary | 10011000 | 1000110 | 10000101 | 0 | 110110 | 1101 | 101000 | 100111010 | 100101 | 101100 |
Color Harmonies of #984685
Complementary color
Monochromatic Colors of #984685
Black with #984685
Text Example
Text Example
White with #984685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984685; }
p { color: rgb(152,70,133); }
H1.HeaderClassName
{
color: #984685;
}
.AnyTagClassName
{
color: #984685;
}
</style>
background-color css
<style>
a { background-color: #984685; }
a { background-color: rgb(152,70,133); }
div.DivClassName
{
background-color: #984685;
}
.BgClassName
{
background-color: #984685;
}
</style>
border-color css
<style>
span { border-color: #984685; }
span { border-color: rgb(152,70,133); }
td.TdClassName
{
border-color: #984685;
}
.TagClassName
{
border-color: #984685;
}
</style>