Html Css Color HEX #886189 Trendy Pink

📋 copy color: '#886189'

red 136 ◦ green 97 ◦ blue 137

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

Shades of Trendy Pink #886189

Tints of Trendy Pink #886189

RGB

 RED value IS 136 (53.52% from 255) = 36.76%

 GREEN value IS 97 (38.28% from 255) = 26.22%

 BLUE value IS 137 (53.91% from 255) = 37.03%

R = 36.76%
G = 26.22%
B = 37.03%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#886189 (or 0x886189) is known color: Trendy Pink. HEX triplet: 88, 61 and 89. RGB value is (136,97,137). Sum of RGB (Red+Green+Blue) = 136+97+137=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 137 - color contains mainly: blue. Hex color #886189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886189 is #779E76. Grayscale: #717171. Windows color (decimal): -7839351 or 9003400. OLE color: 9003400.

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

Color convert

RGB 136 97 137 -
CMYK 0.01 0.29 0 0.46
HSL 298.5º 0.17% 0.46% -
HSV(B) 298.5º 0.29% 0.54% -
XYZ 18.94 15.59 25.68 -
YUV 113.22 141.42 144.25 -
System Red Green Blue C M Y K H S L
Decimal 136 97 137 0.01 0.29 0 0.46 298.5 0.17 0.46
Hex 88 61 89 1 1D 0 2E 12A 11 2E
Octal 210 141 211 1 35 0 56 452 21 56
Binary 10001000 1100001 10001001 1 11101 0 101110 100101010 10001 101110

Color Harmonies of #886189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886189

Black with #886189

Text Example


Text Example

White with #886189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886189; }

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

 H1.HeaderClassName
 {
   color: #886189;
 }
 .AnyTagClassName
 {
   color: #886189;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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