#88698E

Color #88698E Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #88698E

Tints of Trendy Pink #88698E

Color information

#88698E (or 0x88698E) is unknown color: approx 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

RGB136105142-
CMYK0.040.2600.44
HSL290.27º14.98%48.43%-
HSV(B)290.27º26.06%55.69%-
XYZ20.0917.2927.87-
YUV118.49141.27140.49-

RGB Variations

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

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 (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1361051420.040.2600.44290.2714.9848.43
Hex88698E41A02C122f30
Octal2101512164320544421760
Binary100010001101001100011101001101001011001001000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>