#886689

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

Shades of Trendy Pink #886689

Tints of Trendy Pink #886689

Color information

#886689 (or 0x886689) is unknown color: approx Trendy Pink. HEX triplet: 88, 66 and 89. RGB value is (136,102,137). Sum of RGB (Red+Green+Blue) = 136+102+137=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 137 - color contains mainly: blue. Hex color #886689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886689 is #779976. Grayscale: #747474. Windows color (decimal): -7838071 or 9004680. OLE color: 9004680.

HSL color Cylindrical-coordinate representation of color #886689: hue angle of 298.29º 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 #886689 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB136102137-
CMYK0.010.2600.46
HSL298.29º14.64%46.86%-
HSV(B)298.29º25.55%53.73%-
XYZ19.4216.5425.84-
YUV116.16139.76142.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.27%
GREEN value IS 102 (40.23% from 255) = 27.2%
BLUE value IS 137 (53.91% from 255) = 36.53%
R=36.27%
G=27.2%
B=36.53%

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
Decimal1361021370.010.2600.46298.2914.6446.86
Hex88668911A02E12af2f
Octal2101462111320564521757
Binary1000100011001101000100111101001011101001010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886689; }

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

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

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

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

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

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

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

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