#805D87

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

Shades of Trendy Pink #805D87

Tints of Trendy Pink #805D87

Color information

#805D87 (or 0x805D87) is unknown color: approx Trendy Pink. HEX triplet: 80, 5D and 87. RGB value is (128,93,135). Sum of RGB (Red+Green+Blue) = 128+93+135=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 135 (53.12% from 255 or 37.92% from 356); Max value from RGB is 135 - color contains mainly: blue. Hex color #805D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805D87 is #7FA278. Grayscale: #6C6C6C. Windows color (decimal): -8364665 or 8871296. OLE color: 8871296.

HSL color Cylindrical-coordinate representation of color #805D87: hue angle of 290º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #805D87 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12893135-
CMYK0.050.3100.47
HSL290º18.42%44.71%-
HSV(B)290º31.11%52.94%-
XYZ17.1914.1724.75-
YUV108.25143.1142.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.96%
GREEN value IS 93 (36.72% from 255) = 26.12%
BLUE value IS 135 (53.12% from 255) = 37.92%
R=35.96%
G=26.12%
B=37.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128931350.050.3100.4729018.4244.71
Hex805D8751F02F122122d
Octal2001352075370574422255
Binary1000000010111011000011110111111010111110010001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805D87; }

 p { color: rgb(128,93,135); }

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

<style>
 a { background-color: #805D87; }

 a { background-color: rgb(128,93,135); }

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

<style>
 span { border-color: #805D87; }

 span { border-color: rgb(128,93,135); }

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