#87508C

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

Shades of Trendy Pink #87508C

Tints of Trendy Pink #87508C

Color information

#87508C (or 0x87508C) is unknown color: approx Trendy Pink. HEX triplet: 87, 50 and 8C. RGB value is (135,80,140). Sum of RGB (Red+Green+Blue) = 135+80+140=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 140 - color contains mainly: blue. Hex color #87508C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87508C is #78AF73. Grayscale: #676767. Windows color (decimal): -7909236 or 9195655. OLE color: 9195655.

HSL color Cylindrical-coordinate representation of color #87508C: hue angle of 295º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #87508C is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13580140-
CMYK0.040.4300.45
HSL295º27.27%43.14%-
HSV(B)295º42.86%54.9%-
XYZ17.5912.7826.35-
YUV103.28148.72150.62-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.03%
GREEN value IS 80 (31.64% from 255) = 22.54%
BLUE value IS 140 (55.08% from 255) = 39.44%
R=38.03%
G=22.54%
B=39.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal135801400.040.4300.4529527.2743.14
Hex87508C42B02D1271b2b
Octal2071202144530554473353
Binary10000111101000010001100100101011010110110010011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87508C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87508C; }

 p { color: rgb(135,80,140); }

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

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

 a { background-color: rgb(135,80,140); }

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

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

 span { border-color: rgb(135,80,140); }

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