#87517D

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

Shades of Trendy Pink #87517D

Tints of Trendy Pink #87517D

Color information

#87517D (or 0x87517D) is unknown color: approx Trendy Pink. HEX triplet: 87, 51 and 7D. RGB value is (135,81,125). Sum of RGB (Red+Green+Blue) = 135+81+125=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 135 - color contains mainly: red. Hex color #87517D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87517D is #78AE82. Grayscale: #666666. Windows color (decimal): -7908995 or 8212871. OLE color: 8212871.

HSL color Cylindrical-coordinate representation of color #87517D: hue angle of 311.11º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #87517D is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13581125-
CMYK00.400.070.47
HSL311.11º25%42.35%-
HSV(B)311.11º40%52.94%-
XYZ16.6412.5220.94-
YUV102.16140.89151.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.59%
GREEN value IS 81 (32.03% from 255) = 23.75%
BLUE value IS 125 (49.22% from 255) = 36.66%
R=39.59%
G=23.75%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358112500.400.070.47311.112542.35
Hex87517D02872F137192a
Octal2071211750507574673152
Binary1000011110100011111101010100011110111110011011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87517D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,81,125); }

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

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

 a { background-color: rgb(135,81,125); }

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

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

 span { border-color: rgb(135,81,125); }

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