#886389

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

Shades of Trendy Pink #886389

Tints of Trendy Pink #886389

Color information

#886389 (or 0x886389) is unknown color: approx Trendy Pink. HEX triplet: 88, 63 and 89. RGB value is (136,99,137). Sum of RGB (Red+Green+Blue) = 136+99+137=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 137 (53.91% from 255 or 36.83% from 372); Max value from RGB is 137 - color contains mainly: blue. Hex color #886389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886389 is #779C76. Grayscale: #727272. Windows color (decimal): -7838839 or 9003912. OLE color: 9003912.

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

Color convert

RGB13699137-
CMYK0.010.2800.46
HSL298.42º16.1%46.27%-
HSV(B)298.42º27.74%53.73%-
XYZ19.1315.9625.74-
YUV114.4140.76143.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.56%
GREEN value IS 99 (39.06% from 255) = 26.61%
BLUE value IS 137 (53.91% from 255) = 36.83%
R=36.56%
G=26.61%
B=36.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal136991370.010.2800.46298.4216.146.27
Hex88638911C02E12a102e
Octal2101432111340564522056
Binary10001000110001110001001111100010111010010101010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886389; }

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

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

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

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

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

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

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

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