Html Css Color HEX #886986 Trendy Pink

📋 copy color: '#886986'

red 136 ◦ green 105 ◦ blue 134

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

Shades of Trendy Pink #886986

Tints of Trendy Pink #886986

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28%

 BLUE value IS 134 (52.73% from 255) = 35.73%

R = 36.27%
G = 28%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#886986 (or 0x886986) is known color: Trendy Pink. HEX triplet: 88, 69 and 86. RGB value is (136,105,134). Sum of RGB (Red+Green+Blue) = 136+105+134=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 136 - color contains mainly: red. Hex color #886986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886986 is #779679. Grayscale: #757575. Windows color (decimal): -7837306 or 8808840. OLE color: 8808840.

HSL color Cylindrical-coordinate representation of color #886986: hue angle of 303.87º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #886986 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 105 134 -
CMYK 0 0.23 0.01 0.47
HSL 303.87º 0.13% 0.47% -
HSV(B) 303.87º 0.23% 0.53% -
XYZ 19.51 17.06 24.82 -
YUV 117.58 137.27 141.14 -
System Red Green Blue C M Y K H S L
Decimal 136 105 134 0 0.23 0.01 0.47 303.87 0.13 0.47
Hex 88 69 86 0 17 1 2F 130 D 2F
Octal 210 151 206 0 27 1 57 460 15 57
Binary 10001000 1101001 10000110 0 10111 1 101111 100110000 1101 101111

Color Harmonies of #886986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886986

Black with #886986

Text Example


Text Example

White with #886986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886986; }

 p { color: rgb(136,105,134); }

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

background-color css

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

 a { background-color: rgb(136,105,134); }

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

border-color css

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

 span { border-color: rgb(136,105,134); }

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