#87648E

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

Shades of Trendy Pink #87648E

Tints of Trendy Pink #87648E

Color information

#87648E (or 0x87648E) is unknown color: approx Trendy Pink. HEX triplet: 87, 64 and 8E. RGB value is (135,100,142). Sum of RGB (Red+Green+Blue) = 135+100+142=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 142 - color contains mainly: blue. Hex color #87648E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87648E is #789B71. Grayscale: #737373. Windows color (decimal): -7904114 or 9331847. OLE color: 9331847.

HSL color Cylindrical-coordinate representation of color #87648E: hue angle of 290º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87648E is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB135100142-
CMYK0.050.3000.44
HSL290º17.36%47.45%-
HSV(B)290º29.58%55.69%-
XYZ19.4316.2227.7-
YUV115.25143.1142.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.81%
GREEN value IS 100 (39.45% from 255) = 26.53%
BLUE value IS 142 (55.86% from 255) = 37.67%
R=35.81%
G=26.53%
B=37.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1351001420.050.3000.4429017.3647.45
Hex87648E51E02C122112f
Octal2071442165360544422157
Binary1000011111001001000111010111110010110010010001010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87648E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,100,142); }

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

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

 a { background-color: rgb(135,100,142); }

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

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

 span { border-color: rgb(135,100,142); }

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