#87427E

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

Shades of Trendy Pink #87427E

Tints of Trendy Pink #87427E

Color information

#87427E (or 0x87427E) is unknown color: approx Trendy Pink. HEX triplet: 87, 42 and 7E. RGB value is (135,66,126). Sum of RGB (Red+Green+Blue) = 135+66+126=327 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.28% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 135 - color contains mainly: red. Hex color #87427E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87427E is #78BD81. Grayscale: #5D5D5D. Windows color (decimal): -7912834 or 8274567. OLE color: 8274567.

HSL color Cylindrical-coordinate representation of color #87427E: hue angle of 307.83º 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 #87427E is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13566126-
CMYK00.510.070.47
HSL307.83º34.33%39.41%-
HSV(B)307.83º51.11%52.94%-
XYZ15.7110.5520.95-
YUV93.47146.36157.62-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.28%
GREEN value IS 66 (26.17% from 255) = 20.18%
BLUE value IS 126 (49.61% from 255) = 38.53%
R=41.28%
G=20.18%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356612600.510.070.47307.8334.3339.41
Hex87427E03372F1342227
Octal2071021760637574644247
Binary10000111100001011111100110011111101111100110100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87427E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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