#88538B

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

Shades of Trendy Pink #88538B

Tints of Trendy Pink #88538B

Color information

#88538B (or 0x88538B) is unknown color: approx Trendy Pink. HEX triplet: 88, 53 and 8B. RGB value is (136,83,139). Sum of RGB (Red+Green+Blue) = 136+83+139=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 139 - color contains mainly: blue. Hex color #88538B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88538B is #77AC74. Grayscale: #696969. Windows color (decimal): -7842933 or 9130888. OLE color: 9130888.

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

Color convert

RGB13683139-
CMYK0.020.4000.45
HSL296.79º25.23%43.53%-
HSV(B)296.79º40.29%54.51%-
XYZ17.9113.2826.05-
YUV105.23147.06149.95-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.99%
GREEN value IS 83 (32.81% from 255) = 23.18%
BLUE value IS 139 (54.69% from 255) = 38.83%
R=37.99%
G=23.18%
B=38.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136831390.020.4000.45296.7925.2343.53
Hex88538B22802D129192c
Octal2101232132500554513154
Binary1000100010100111000101110101000010110110010100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88538B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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