Html Css Color HEX #886988 Trendy Pink

📋 copy color: '#886988'

red 136 ◦ green 105 ◦ blue 136

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

Shades of Trendy Pink #886988

Tints of Trendy Pink #886988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.07%

R = 36.07%
G = 27.85%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#886988 (or 0x886988) is known color: Trendy Pink. HEX triplet: 88, 69 and 88. RGB value is (136,105,136). Sum of RGB (Red+Green+Blue) = 136+105+136=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #886988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886988 is #779677. Grayscale: #757575. Windows color (decimal): -7837304 or 8939912. OLE color: 8939912.

HSL color Cylindrical-coordinate representation of color #886988: hue angle of 300º 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 #886988 is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 105 136 -
CMYK 0 0.23 0 0.47
HSL 300º 0.13% 0.47% -
HSV(B) 300º 0.23% 0.53% -
XYZ 19.65 17.11 25.56 -
YUV 117.8 138.27 140.98 -
System Red Green Blue C M Y K H S L
Decimal 136 105 136 0 0.23 0 0.47 300 0.13 0.47
Hex 88 69 88 0 17 0 2F 12C D 2F
Octal 210 151 210 0 27 0 57 454 15 57
Binary 10001000 1101001 10001000 0 10111 0 101111 100101100 1101 101111

Color Harmonies of #886988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886988

Black with #886988

Text Example


Text Example

White with #886988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886988; }

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

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

background-color css

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

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

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

border-color css

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

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

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