#88648E

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

Shades of Trendy Pink #88648E

Tints of Trendy Pink #88648E

Color information

#88648E (or 0x88648E) is unknown color: approx Trendy Pink. HEX triplet: 88, 64 and 8E. RGB value is (136,100,142). Sum of RGB (Red+Green+Blue) = 136+100+142=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 142 - color contains mainly: blue. Hex color #88648E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88648E is #779B71. Grayscale: #737373. Windows color (decimal): -7838578 or 9331848. OLE color: 9331848.

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

Color convert

RGB136100142-
CMYK0.040.3000.44
HSL291.43º17.36%47.45%-
HSV(B)291.43º29.58%55.69%-
XYZ19.5916.327.71-
YUV115.55142.93142.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.98%
GREEN value IS 100 (39.45% from 255) = 26.46%
BLUE value IS 142 (55.86% from 255) = 37.57%
R=35.98%
G=26.46%
B=37.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1361001420.040.3000.44291.4317.3647.45
Hex88648E41E02C123112f
Octal2101442164360544432157
Binary1000100011001001000111010011110010110010010001110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88648E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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