#87427C

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

Shades of Trendy Pink #87427C

Tints of Trendy Pink #87427C

Color information

#87427C (or 0x87427C) is unknown color: approx Trendy Pink. HEX triplet: 87, 42 and 7C. RGB value is (135,66,124). Sum of RGB (Red+Green+Blue) = 135+66+124=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 135 - color contains mainly: red. Hex color #87427C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87427C is #78BD83. Grayscale: #5D5D5D. Windows color (decimal): -7912836 or 8143495. OLE color: 8143495.

HSL color Cylindrical-coordinate representation of color #87427C: hue angle of 309.57º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #87427C is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB13566124-
CMYK00.510.080.47
HSL309.57º34.33%39.41%-
HSV(B)309.57º51.11%52.94%-
XYZ15.5810.520.27-
YUV93.24145.36157.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.54%
GREEN value IS 66 (26.17% from 255) = 20.31%
BLUE value IS 124 (48.83% from 255) = 38.15%
R=41.54%
G=20.31%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356612400.510.080.47309.5734.3339.41
Hex87427C03382F1362227
Octal20710217406310574664247
Binary100001111000010111110001100111000101111100110110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,66,124); }

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

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

 a { background-color: rgb(135,66,124); }

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

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

 span { border-color: rgb(135,66,124); }

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