#87538D

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

Shades of Trendy Pink #87538D

Tints of Trendy Pink #87538D

Color information

#87538D (or 0x87538D) is unknown color: approx Trendy Pink. HEX triplet: 87, 53 and 8D. RGB value is (135,83,141). Sum of RGB (Red+Green+Blue) = 135+83+141=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 141 - color contains mainly: blue. Hex color #87538D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87538D is #78AC72. Grayscale: #686868. Windows color (decimal): -7908467 or 9261959. OLE color: 9261959.

HSL color Cylindrical-coordinate representation of color #87538D: hue angle of 293.79º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #87538D is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13583141-
CMYK0.040.4100.45
HSL293.79º25.89%43.92%-
HSV(B)293.79º41.13%55.29%-
XYZ17.8913.2626.82-
YUV105.16148.23149.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.60%
GREEN value IS 83 (32.81% from 255) = 23.12%
BLUE value IS 141 (55.47% from 255) = 39.28%
R=37.60%
G=23.12%
B=39.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal135831410.040.4100.45293.7925.8943.92
Hex87538D42902D1261a2c
Octal2071232154510554463254
Binary10000111101001110001101100101001010110110010011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87538D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,83,141); }

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

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

 a { background-color: rgb(135,83,141); }

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

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

 span { border-color: rgb(135,83,141); }

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