Html Css Color HEX #886689 Trendy Pink

📋 copy color: '#886689'

red 136 ◦ green 102 ◦ blue 137

#886689
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #886689

Tints of Trendy Pink #886689

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 value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#886689 (or 0x886689) is known color: 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

RGB 136 102 137 -
CMYK 0.01 0.26 0 0.46
HSL 298.29º 0.15% 0.47% -
HSV(B) 298.29º 0.26% 0.54% -
XYZ 19.42 16.54 25.84 -
YUV 116.16 139.76 142.15 -
System Red Green Blue C M Y K H S L
Decimal 136 102 137 0.01 0.26 0 0.46 298.29 0.15 0.47
Hex 88 66 89 1 1A 0 2E 12A F 2F
Octal 210 146 211 1 32 0 56 452 17 57
Binary 10001000 1100110 10001001 1 11010 0 101110 100101010 1111 101111

Color Harmonies of #886689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886689

Black with #886689

Text Example


Text Example

White with #886689

Text Example


Text Example

HTML Codes & Css Web 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>