#88508D

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

Shades of Trendy Pink #88508D

Tints of Trendy Pink #88508D

Color information

#88508D (or 0x88508D) is unknown color: approx Trendy Pink. HEX triplet: 88, 50 and 8D. RGB value is (136,80,141). Sum of RGB (Red+Green+Blue) = 136+80+141=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 141 - color contains mainly: blue. Hex color #88508D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88508D is #77AF72. Grayscale: #676767. Windows color (decimal): -7843699 or 9261192. OLE color: 9261192.

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

Color convert

RGB13680141-
CMYK0.040.4300.45
HSL295.08º27.6%43.33%-
HSV(B)295.08º43.26%55.29%-
XYZ17.8312.8926.75-
YUV103.7149.05151.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.10%
GREEN value IS 80 (31.64% from 255) = 22.41%
BLUE value IS 141 (55.47% from 255) = 39.50%
R=38.10%
G=22.41%
B=39.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136801410.040.4300.45295.0827.643.33
Hex88508D42B02D1271c2b
Octal2101202154530554473453
Binary10001000101000010001101100101011010110110010011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88508D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,80,141); }

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

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

 a { background-color: rgb(136,80,141); }

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

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

 span { border-color: rgb(136,80,141); }

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