#88578B

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

Shades of Trendy Pink #88578B

Tints of Trendy Pink #88578B

Color information

#88578B (or 0x88578B) is unknown color: approx Trendy Pink. HEX triplet: 88, 57 and 8B. RGB value is (136,87,139). Sum of RGB (Red+Green+Blue) = 136+87+139=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 87 (34.38% from 255 or 24.03% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 139 - color contains mainly: blue. Hex color #88578B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88578B is #77A874. Grayscale: #6B6B6B. Windows color (decimal): -7841909 or 9131912. OLE color: 9131912.

HSL color Cylindrical-coordinate representation of color #88578B: hue angle of 296.54º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #88578B is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13687139-
CMYK0.020.3700.45
HSL296.54º23.01%44.31%-
HSV(B)296.54º37.41%54.51%-
XYZ18.2213.9126.15-
YUV107.58145.73148.27-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.57%
GREEN value IS 87 (34.38% from 255) = 24.03%
BLUE value IS 139 (54.69% from 255) = 38.40%
R=37.57%
G=24.03%
B=38.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136871390.020.3700.45296.5423.0144.31
Hex88578B22502D129172c
Octal2101272132450554512754
Binary1000100010101111000101110100101010110110010100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88578B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88578B; }

 p { color: rgb(136,87,139); }

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

<style>
 a { background-color: #88578B; }

 a { background-color: rgb(136,87,139); }

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

<style>
 span { border-color: #88578B; }

 span { border-color: rgb(136,87,139); }

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