#87497E

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

Shades of Trendy Pink #87497E

Tints of Trendy Pink #87497E

Color information

#87497E (or 0x87497E) is unknown color: approx Trendy Pink. HEX triplet: 87, 49 and 7E. RGB value is (135,73,126). Sum of RGB (Red+Green+Blue) = 135+73+126=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 135 - color contains mainly: red. Hex color #87497E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87497E is #78B681. Grayscale: #616161. Windows color (decimal): -7911042 or 8276359. OLE color: 8276359.

HSL color Cylindrical-coordinate representation of color #87497E: hue angle of 308.71º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #87497E is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13573126-
CMYK00.460.070.47
HSL308.71º29.81%40.78%-
HSV(B)308.71º45.93%52.94%-
XYZ16.1411.4221.09-
YUV97.58144.04154.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.42%
GREEN value IS 73 (28.91% from 255) = 21.86%
BLUE value IS 126 (49.61% from 255) = 37.72%
R=40.42%
G=21.86%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357312600.460.070.47308.7129.8140.78
Hex87497E02E72F1351e29
Octal2071111760567574653651
Binary1000011110010011111110010111011110111110011010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87497E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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