Html Css Color HEX #886589 Trendy Pink

📋 copy color: '#886589'

red 136 ◦ green 101 ◦ blue 137

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

Shades of Trendy Pink #886589

Tints of Trendy Pink #886589

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.01%

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

R = 36.36%
G = 27.01%
B = 36.63%

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

#886589 (or 0x886589) is known color: Trendy Pink. HEX triplet: 88, 65 and 89. RGB value is (136,101,137). Sum of RGB (Red+Green+Blue) = 136+101+137=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 137 (53.91% from 255 or 36.63% from 374); Max value from RGB is 137 - color contains mainly: blue. Hex color #886589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886589 is #779A76. Grayscale: #737373. Windows color (decimal): -7838327 or 9004424. OLE color: 9004424.

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

Color convert

RGB 136 101 137 -
CMYK 0.01 0.26 0 0.46
HSL 298.33º 0.15% 0.47% -
HSV(B) 298.33º 0.26% 0.54% -
XYZ 19.32 16.35 25.8 -
YUV 115.57 140.1 142.57 -
System Red Green Blue C M Y K H S L
Decimal 136 101 137 0.01 0.26 0 0.46 298.33 0.15 0.47
Hex 88 65 89 1 1A 0 2E 12A F 2F
Octal 210 145 211 1 32 0 56 452 17 57
Binary 10001000 1100101 10001001 1 11010 0 101110 100101010 1111 101111

Color Harmonies of #886589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886589

Black with #886589

Text Example


Text Example

White with #886589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886589; }

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

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

background-color css

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

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

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

border-color css

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

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

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