#87467F

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

Shades of Trendy Pink #87467F

Tints of Trendy Pink #87467F

Color information

#87467F (or 0x87467F) is unknown color: approx Trendy Pink. HEX triplet: 87, 46 and 7F. RGB value is (135,70,127). Sum of RGB (Red+Green+Blue) = 135+70+127=332 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.66% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 135 - color contains mainly: red. Hex color #87467F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87467F is #78B980. Grayscale: #5F5F5F. Windows color (decimal): -7911809 or 8341127. OLE color: 8341127.

HSL color Cylindrical-coordinate representation of color #87467F: hue angle of 307.38º 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 #87467F is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB13570127-
CMYK00.480.060.47
HSL307.38º31.71%40.2%-
HSV(B)307.38º48.15%52.94%-
XYZ16.0111.0621.37-
YUV95.93145.53155.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.66%
GREEN value IS 70 (27.73% from 255) = 21.08%
BLUE value IS 127 (50% from 255) = 38.25%
R=40.66%
G=21.08%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357012700.480.060.47307.3831.7140.2
Hex87467F03062F1332028
Octal2071061770606574634050
Binary10000111100011011111110110000110101111100110011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87467F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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