#87578D

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

Shades of Trendy Pink #87578D

Tints of Trendy Pink #87578D

Color information

#87578D (or 0x87578D) is unknown color: approx Trendy Pink. HEX triplet: 87, 57 and 8D. RGB value is (135,87,141). Sum of RGB (Red+Green+Blue) = 135+87+141=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 141 - color contains mainly: blue. Hex color #87578D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87578D is #78A872. Grayscale: #6B6B6B. Windows color (decimal): -7907443 or 9262983. OLE color: 9262983.

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

Color convert

RGB13587141-
CMYK0.040.3800.45
HSL293.33º23.68%44.71%-
HSV(B)293.33º38.3%55.29%-
XYZ18.2113.8926.92-
YUV107.51146.9147.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.19%
GREEN value IS 87 (34.38% from 255) = 23.97%
BLUE value IS 141 (55.47% from 255) = 38.84%
R=37.19%
G=23.97%
B=38.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal135871410.040.3800.45293.3323.6844.71
Hex87578D42602D125182d
Octal2071272154460554453055
Binary10000111101011110001101100100110010110110010010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87578D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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