Html Css Color HEX #88698E Trendy Pink

📋 copy color: '#88698E'

red 136 ◦ green 105 ◦ blue 142

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

Shades of Trendy Pink #88698E

Tints of Trendy Pink #88698E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.08%

R = 35.51%
G = 27.42%
B = 37.08%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#88698E (or 0x88698E) is known color: Trendy Pink. HEX triplet: 88, 69 and 8E. RGB value is (136,105,142). Sum of RGB (Red+Green+Blue) = 136+105+142=383 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.51% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 142 - color contains mainly: blue. Hex color #88698E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88698E is #779671. Grayscale: #767676. Windows color (decimal): -7837298 or 9333128. OLE color: 9333128.

HSL color Cylindrical-coordinate representation of color #88698E: hue angle of 290.27º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #88698E is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 105 142 -
CMYK 0.04 0.26 0 0.44
HSL 290.27º 0.15% 0.48% -
HSV(B) 290.27º 0.26% 0.56% -
XYZ 20.09 17.29 27.87 -
YUV 118.49 141.27 140.49 -
System Red Green Blue C M Y K H S L
Decimal 136 105 142 0.04 0.26 0 0.44 290.27 0.15 0.48
Hex 88 69 8E 4 1A 0 2C 122 F 30
Octal 210 151 216 4 32 0 54 442 17 60
Binary 10001000 1101001 10001110 100 11010 0 101100 100100010 1111 110000

Color Harmonies of #88698E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88698E

Black with #88698E

Text Example


Text Example

White with #88698E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88698E; }

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

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

background-color css

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

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

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

border-color css

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

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

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