#8D698B

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

Shades of Trendy Pink #8D698B

Tints of Trendy Pink #8D698B

Color information

#8D698B (or 0x8D698B) is unknown color: approx Trendy Pink. HEX triplet: 8D, 69 and 8B. RGB value is (141,105,139). Sum of RGB (Red+Green+Blue) = 141+105+139=385 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.62% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 141 - color contains mainly: red. Hex color #8D698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D698B is #729674. Grayscale: #777777. Windows color (decimal): -7509621 or 9136525. OLE color: 9136525.

HSL color Cylindrical-coordinate representation of color #8D698B: hue angle of 303.33º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8D698B is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB141105139-
CMYK00.260.010.45
HSL303.33º14.63%48.24%-
HSV(B)303.33º25.53%55.29%-
XYZ20.717.6326.74-
YUV119.64138.93143.24-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.62%
GREEN value IS 105 (41.41% from 255) = 27.27%
BLUE value IS 139 (54.69% from 255) = 36.10%
R=36.62%
G=27.27%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14110513900.260.010.45303.3314.6348.24
Hex8D698B01A12D12ff30
Octal2151512130321554571760
Binary1000110111010011000101101101011011011001011111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D698B; }

 p { color: rgb(141,105,139); }

 H1.HeaderClassName
 {
   color: #8D698B;
 }
 .AnyTagClassName
 {
   color: #8D698B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #8D698B;
 }
 .BgClassName
 {
   background-color: #8D698B;
 }
</style>
border-color css

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

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

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