Shades of Trendy Pink #984683
Tints of Trendy Pink #984683
RGB
CMYK
RGB Variations
Color information
#984683 (or 0x984683) is known color: Trendy Pink. HEX triplet: 98, 46 and 83. RGB value is (152,70,131). Sum of RGB (Red+Green+Blue) = 152+70+131=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #984683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984683 is #67B97C. Grayscale: #656565. Windows color (decimal): -6797693 or 8603288. OLE color: 8603288.
HSL color Cylindrical-coordinate representation of color #984683: hue angle of 315.37º 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 #984683 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 70 | 131 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.40 |
| HSL | 315.37º | 0.37% | 0.44% | - |
| HSV(B) | 315.37º | 0.54% | 0.6% | - |
| XYZ | 19.24 | 12.69 | 22.91 | - |
| YUV | 101.47 | 144.67 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 70 | 131 | 0 | 0.54 | 0.14 | 0.40 | 315.37 | 0.37 | 0.44 |
| Hex | 98 | 46 | 83 | 0 | 36 | E | 28 | 13B | 25 | 2C |
| Octal | 230 | 106 | 203 | 0 | 66 | 16 | 50 | 473 | 45 | 54 |
| Binary | 10011000 | 1000110 | 10000011 | 0 | 110110 | 1110 | 101000 | 100111011 | 100101 | 101100 |
Color Harmonies of #984683
Complementary color
Monochromatic Colors of #984683
Black with #984683
Text Example
Text Example
White with #984683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984683; }
p { color: rgb(152,70,131); }
H1.HeaderClassName
{
color: #984683;
}
.AnyTagClassName
{
color: #984683;
}
</style>
background-color css
<style>
a { background-color: #984683; }
a { background-color: rgb(152,70,131); }
div.DivClassName
{
background-color: #984683;
}
.BgClassName
{
background-color: #984683;
}
</style>
border-color css
<style>
span { border-color: #984683; }
span { border-color: rgb(152,70,131); }
td.TdClassName
{
border-color: #984683;
}
.TagClassName
{
border-color: #984683;
}
</style>