#87497D

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

Shades of Trendy Pink #87497D

Tints of Trendy Pink #87497D

Color information

#87497D (or 0x87497D) is unknown color: approx Trendy Pink. HEX triplet: 87, 49 and 7D. RGB value is (135,73,125). Sum of RGB (Red+Green+Blue) = 135+73+125=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 135 - color contains mainly: red. Hex color #87497D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87497D is #78B682. Grayscale: #616161. Windows color (decimal): -7911043 or 8210823. OLE color: 8210823.

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

Color convert

RGB13573125-
CMYK00.460.070.47
HSL309.68º29.81%40.78%-
HSV(B)309.68º45.93%52.94%-
XYZ16.0811.420.75-
YUV97.47143.54154.77-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.54%
GREEN value IS 73 (28.91% from 255) = 21.92%
BLUE value IS 125 (49.22% from 255) = 37.54%
R=40.54%
G=21.92%
B=37.54%

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
Decimal1357312500.460.070.47309.6829.8140.78
Hex87497D02E72F1361e29
Octal2071111750567574663651
Binary1000011110010011111101010111011110111110011011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87497D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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