#984987

Color #984987 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #984987

Tints of Trendy Pink #984987

Color information

#984987 (or 0x984987) is unknown color: approx Trendy Pink. HEX triplet: 98, 49 and 87. RGB value is (152,73,135). Sum of RGB (Red+Green+Blue) = 152+73+135=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 152 - color contains mainly: red. Hex color #984987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984987 is #67B678. Grayscale: #676767. Windows color (decimal): -6796921 or 8866200. OLE color: 8866200.

HSL color Cylindrical-coordinate representation of color #984987: hue angle of 312.91º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #984987 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB15273135-
CMYK00.520.110.40
HSL312.91º35.11%44.12%-
HSV(B)312.91º51.97%59.61%-
XYZ19.713.1924.43-
YUV103.69145.67162.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 42.22%
GREEN value IS 73 (28.91% from 255) = 20.28%
BLUE value IS 135 (53.12% from 255) = 37.5%
R=42.22%
G=20.28%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527313500.520.110.40312.9135.1144.12
Hex984987034B28139232c
Octal23011120706413504714354
Binary1001100010010011000011101101001011101000100111001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984987; }

 p { color: rgb(152,73,135); }

 H1.HeaderClassName
 {
   color: #984987;
 }
 .AnyTagClassName
 {
   color: #984987;
 }
</style>
background-color css

<style>
 a { background-color: #984987; }

 a { background-color: rgb(152,73,135); }

 div.DivClassName
 {
   background-color: #984987;
 }
 .BgClassName
 {
   background-color: #984987;
 }
</style>
border-color css

<style>
 span { border-color: #984987; }

 span { border-color: rgb(152,73,135); }

 td.TdClassName
 {
   border-color: #984987;
 }
 .TagClassName
 {
   border-color: #984987;
 }
</style>