#88528C

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

Shades of Trendy Pink #88528C

Tints of Trendy Pink #88528C

Color information

#88528C (or 0x88528C) is unknown color: approx Trendy Pink. HEX triplet: 88, 52 and 8C. RGB value is (136,82,140). Sum of RGB (Red+Green+Blue) = 136+82+140=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 140 - color contains mainly: blue. Hex color #88528C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88528C is #77AD73. Grayscale: #686868. Windows color (decimal): -7843188 or 9196168. OLE color: 9196168.

HSL color Cylindrical-coordinate representation of color #88528C: hue angle of 295.86º 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 #88528C is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13682140-
CMYK0.030.4100.45
HSL295.86º26.13%43.53%-
HSV(B)295.86º41.43%54.9%-
XYZ17.913.1626.41-
YUV104.76147.89150.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.99%
GREEN value IS 82 (32.42% from 255) = 22.91%
BLUE value IS 140 (55.08% from 255) = 39.11%
R=37.99%
G=22.91%
B=39.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136821400.030.4100.45295.8626.1343.53
Hex88528C32902D1281a2c
Octal2101222143510554503254
Binary1000100010100101000110011101001010110110010100011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88528C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88528C; }

 p { color: rgb(136,82,140); }

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

<style>
 a { background-color: #88528C; }

 a { background-color: rgb(136,82,140); }

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

<style>
 span { border-color: #88528C; }

 span { border-color: rgb(136,82,140); }

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