#88538E

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

Shades of Trendy Pink #88538E

Tints of Trendy Pink #88538E

Color information

#88538E (or 0x88538E) is unknown color: approx Trendy Pink. HEX triplet: 88, 53 and 8E. RGB value is (136,83,142). Sum of RGB (Red+Green+Blue) = 136+83+142=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 142 - color contains mainly: blue. Hex color #88538E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88538E is #77AC71. Grayscale: #696969. Windows color (decimal): -7842930 or 9327496. OLE color: 9327496.

HSL color Cylindrical-coordinate representation of color #88538E: hue angle of 293.9º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88538E is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13683142-
CMYK0.040.4200.44
HSL293.9º26.22%44.12%-
HSV(B)293.9º41.55%55.69%-
XYZ18.1313.3727.22-
YUV105.57148.56149.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.67%
GREEN value IS 83 (32.81% from 255) = 22.99%
BLUE value IS 142 (55.86% from 255) = 39.34%
R=37.67%
G=22.99%
B=39.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal136831420.040.4200.44293.926.2244.12
Hex88538E42A02C1261a2c
Octal2101232164520544463254
Binary10001000101001110001110100101010010110010010011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88538E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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