#87467D

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

Shades of Trendy Pink #87467D

Tints of Trendy Pink #87467D

Color information

#87467D (or 0x87467D) is unknown color: approx Trendy Pink. HEX triplet: 87, 46 and 7D. RGB value is (135,70,125). Sum of RGB (Red+Green+Blue) = 135+70+125=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 135 - color contains mainly: red. Hex color #87467D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87467D is #78B982. Grayscale: #5F5F5F. Windows color (decimal): -7911811 or 8210055. OLE color: 8210055.

HSL color Cylindrical-coordinate representation of color #87467D: hue angle of 309.23º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #87467D is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13570125-
CMYK00.480.070.47
HSL309.23º31.71%40.2%-
HSV(B)309.23º48.15%52.94%-
XYZ15.8811.0120.69-
YUV95.7144.53156.03-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.91%
GREEN value IS 70 (27.73% from 255) = 21.21%
BLUE value IS 125 (49.22% from 255) = 37.88%
R=40.91%
G=21.21%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357012500.480.070.47309.2331.7140.2
Hex87467D03072F1352028
Octal2071061750607574654050
Binary10000111100011011111010110000111101111100110101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87467D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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