#8B6C89

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

Shades of Trendy Pink #8B6C89

Tints of Trendy Pink #8B6C89

Color information

#8B6C89 (or 0x8B6C89) is unknown color: approx Trendy Pink. HEX triplet: 8B, 6C and 89. RGB value is (139,108,137). Sum of RGB (Red+Green+Blue) = 139+108+137=384 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.20% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6C89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6C89 is #749376. Grayscale: #787878. Windows color (decimal): -7639927 or 9006219. OLE color: 9006219.

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

Color convert

RGB139108137-
CMYK00.220.010.45
HSL303.87º12.55%48.43%-
HSV(B)303.87º22.3%54.51%-
XYZ20.5318.0226.06-
YUV120.57137.27141.14-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.20%
GREEN value IS 108 (42.58% from 255) = 28.12%
BLUE value IS 137 (53.91% from 255) = 35.68%
R=36.20%
G=28.12%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910813700.220.010.45303.8712.5548.43
Hex8B6C8901612D130d30
Octal2131542110261554601560
Binary1000101111011001000100101011011011011001100001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,108,137); }

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

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

 a { background-color: rgb(139,108,137); }

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

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

 span { border-color: rgb(139,108,137); }

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