Html Css Color HEX #88688F Trendy Pink

📋 copy color: '#88688F'

red 136 ◦ green 104 ◦ blue 143

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

Shades of Trendy Pink #88688F

Tints of Trendy Pink #88688F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.15%

 BLUE value IS 143 (56.25% from 255) = 37.34%

R = 35.51%
G = 27.15%
B = 37.34%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#88688F (or 0x88688F) is known color: Trendy Pink. HEX triplet: 88, 68 and 8F. RGB value is (136,104,143). Sum of RGB (Red+Green+Blue) = 136+104+143=383 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.51% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 143 - color contains mainly: blue. Hex color #88688F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88688F is #779770. Grayscale: #757575. Windows color (decimal): -7837553 or 9398408. OLE color: 9398408.

HSL color Cylindrical-coordinate representation of color #88688F: hue angle of 289.23º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #88688F is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 104 143 -
CMYK 0.05 0.27 0 0.44
HSL 289.23º 0.16% 0.48% -
HSV(B) 289.23º 0.27% 0.56% -
XYZ 20.06 17.12 28.23 -
YUV 118.01 142.1 140.83 -
System Red Green Blue C M Y K H S L
Decimal 136 104 143 0.05 0.27 0 0.44 289.23 0.16 0.48
Hex 88 68 8F 5 1B 0 2C 121 10 30
Octal 210 150 217 5 33 0 54 441 20 60
Binary 10001000 1101000 10001111 101 11011 0 101100 100100001 10000 110000

Color Harmonies of #88688F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88688F

Black with #88688F

Text Example


Text Example

White with #88688F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88688F; }

 p { color: rgb(136,104,143); }

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

background-color css

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

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

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

border-color css

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

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

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