#87588D

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

Shades of Trendy Pink #87588D

Tints of Trendy Pink #87588D

Color information

#87588D (or 0x87588D) is unknown color: approx Trendy Pink. HEX triplet: 87, 58 and 8D. RGB value is (135,88,141). Sum of RGB (Red+Green+Blue) = 135+88+141=364 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.09% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 141 - color contains mainly: blue. Hex color #87588D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87588D is #78A772. Grayscale: #6B6B6B. Windows color (decimal): -7907187 or 9263239. OLE color: 9263239.

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

Color convert

RGB13588141-
CMYK0.040.3800.45
HSL293.21º23.14%44.9%-
HSV(B)293.21º37.59%55.29%-
XYZ18.2914.0526.95-
YUV108.09146.57147.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.09%
GREEN value IS 88 (34.77% from 255) = 24.18%
BLUE value IS 141 (55.47% from 255) = 38.74%
R=37.09%
G=24.18%
B=38.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal135881410.040.3800.45293.2123.1444.9
Hex87588D42602D125172d
Octal2071302154460554452755
Binary10000111101100010001101100100110010110110010010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87588D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87588D; }

 p { color: rgb(135,88,141); }

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

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

 a { background-color: rgb(135,88,141); }

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

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

 span { border-color: rgb(135,88,141); }

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