#88538A

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

Shades of Trendy Pink #88538A

Tints of Trendy Pink #88538A

Color information

#88538A (or 0x88538A) is unknown color: approx Trendy Pink. HEX triplet: 88, 53 and 8A. RGB value is (136,83,138). Sum of RGB (Red+Green+Blue) = 136+83+138=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 138 - color contains mainly: blue. Hex color #88538A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88538A is #77AC75. Grayscale: #686868. Windows color (decimal): -7842934 or 9065352. OLE color: 9065352.

HSL color Cylindrical-coordinate representation of color #88538A: hue angle of 297.82º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88538A is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13683138-
CMYK0.010.4000.46
HSL297.82º24.89%43.33%-
HSV(B)297.82º39.86%54.12%-
XYZ17.8313.2625.66-
YUV105.12146.56150.03-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.10%
GREEN value IS 83 (32.81% from 255) = 23.25%
BLUE value IS 138 (54.30% from 255) = 38.66%
R=38.10%
G=23.25%
B=38.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal136831380.010.4000.46297.8224.8943.33
Hex88538A12802E12a192b
Octal2101232121500564523153
Binary100010001010011100010101101000010111010010101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88538A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88538A; }

 p { color: rgb(136,83,138); }

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

<style>
 a { background-color: #88538A; }

 a { background-color: rgb(136,83,138); }

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

<style>
 span { border-color: #88538A; }

 span { border-color: rgb(136,83,138); }

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