#88668A

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

Shades of Trendy Pink #88668A

Tints of Trendy Pink #88668A

Color information

#88668A (or 0x88668A) is unknown color: approx Trendy Pink. HEX triplet: 88, 66 and 8A. RGB value is (136,102,138). Sum of RGB (Red+Green+Blue) = 136+102+138=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 138 - color contains mainly: blue. Hex color #88668A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88668A is #779975. Grayscale: #747474. Windows color (decimal): -7838070 or 9070216. OLE color: 9070216.

HSL color Cylindrical-coordinate representation of color #88668A: hue angle of 296.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #88668A is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB136102138-
CMYK0.010.2600.46
HSL296.67º15%47.06%-
HSV(B)296.67º26.09%54.12%-
XYZ19.4916.5726.22-
YUV116.27140.26142.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.17%
GREEN value IS 102 (40.23% from 255) = 27.13%
BLUE value IS 138 (54.30% from 255) = 36.70%
R=36.17%
G=27.13%
B=36.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1361021380.010.2600.46296.671547.06
Hex88668A11A02E129f2f
Octal2101462121320564511757
Binary1000100011001101000101011101001011101001010011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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