#87417D

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

Shades of Trendy Pink #87417D

Tints of Trendy Pink #87417D

Color information

#87417D (or 0x87417D) is unknown color: approx Trendy Pink. HEX triplet: 87, 41 and 7D. RGB value is (135,65,125). Sum of RGB (Red+Green+Blue) = 135+65+125=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 135 - color contains mainly: red. Hex color #87417D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87417D is #78BE82. Grayscale: #5C5C5C. Windows color (decimal): -7913091 or 8208775. OLE color: 8208775.

HSL color Cylindrical-coordinate representation of color #87417D: hue angle of 308.57º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #87417D is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13565125-
CMYK00.520.070.47
HSL308.57º35%39.22%-
HSV(B)308.57º51.85%52.94%-
XYZ15.5810.4120.59-
YUV92.77146.19158.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.54%
GREEN value IS 65 (25.78% from 255) = 20%
BLUE value IS 125 (49.22% from 255) = 38.46%
R=41.54%
G=20%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356512500.520.070.47308.573539.22
Hex87417D03472F1352327
Octal2071011750647574654347
Binary10000111100000111111010110100111101111100110101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87417D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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