#88518B

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

Shades of Trendy Pink #88518B

Tints of Trendy Pink #88518B

Color information

#88518B (or 0x88518B) is unknown color: approx Trendy Pink. HEX triplet: 88, 51 and 8B. RGB value is (136,81,139). Sum of RGB (Red+Green+Blue) = 136+81+139=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 139 - color contains mainly: blue. Hex color #88518B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88518B is #77AE74. Grayscale: #676767. Windows color (decimal): -7843445 or 9130376. OLE color: 9130376.

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

Color convert

RGB13681139-
CMYK0.020.4200.45
HSL296.9º26.36%43.14%-
HSV(B)296.9º41.73%54.51%-
XYZ17.7612.9826-
YUV104.06147.72150.78-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.20%
GREEN value IS 81 (32.03% from 255) = 22.75%
BLUE value IS 139 (54.69% from 255) = 39.04%
R=38.20%
G=22.75%
B=39.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136811390.020.4200.45296.926.3643.14
Hex88518B22A02D1291a2b
Octal2101212132520554513253
Binary1000100010100011000101110101010010110110010100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88518B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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