#984B87

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

Shades of Trendy Pink #984B87

Tints of Trendy Pink #984B87

Color information

#984B87 (or 0x984B87) is unknown color: approx Trendy Pink. HEX triplet: 98, 4B and 87. RGB value is (152,75,135). Sum of RGB (Red+Green+Blue) = 152+75+135=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 152 - color contains mainly: red. Hex color #984B87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984B87 is #67B478. Grayscale: #686868. Windows color (decimal): -6796409 or 8866712. OLE color: 8866712.

HSL color Cylindrical-coordinate representation of color #984B87: hue angle of 313.25º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #984B87 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB15275135-
CMYK00.510.110.40
HSL313.25º33.92%44.51%-
HSV(B)313.25º50.66%59.61%-
XYZ19.8413.4624.47-
YUV104.86145.01161.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.99%
GREEN value IS 75 (29.69% from 255) = 20.72%
BLUE value IS 135 (53.12% from 255) = 37.29%
R=41.99%
G=20.72%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527513500.510.110.40313.2533.9244.51
Hex984B87033B28139222d
Octal23011320706313504714255
Binary1001100010010111000011101100111011101000100111001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984B87; }

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

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

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

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

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

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

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

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