#88497B

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

Shades of Trendy Pink #88497B

Tints of Trendy Pink #88497B

Color information

#88497B (or 0x88497B) is unknown color: approx Trendy Pink. HEX triplet: 88, 49 and 7B. RGB value is (136,73,123). Sum of RGB (Red+Green+Blue) = 136+73+123=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 136 - color contains mainly: red. Hex color #88497B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88497B is #77B684. Grayscale: #616161. Windows color (decimal): -7845509 or 8079752. OLE color: 8079752.

HSL color Cylindrical-coordinate representation of color #88497B: hue angle of 312.38º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88497B is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13673123-
CMYK00.460.100.47
HSL312.38º30.14%40.98%-
HSV(B)312.38º46.32%53.33%-
XYZ16.1111.4320.1-
YUV97.54142.37155.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.96%
GREEN value IS 73 (28.91% from 255) = 21.99%
BLUE value IS 123 (48.44% from 255) = 37.05%
R=40.96%
G=21.99%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367312300.460.100.47312.3830.1440.98
Hex88497B02EA2F1381e29
Octal21011117305612574703651
Binary10001000100100111110110101110101010111110011100011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88497B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,73,123); }

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

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

 a { background-color: rgb(136,73,123); }

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

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

 span { border-color: rgb(136,73,123); }

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