#8B6689

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

Shades of Trendy Pink #8B6689

Tints of Trendy Pink #8B6689

Color information

#8B6689 (or 0x8B6689) is unknown color: approx Trendy Pink. HEX triplet: 8B, 66 and 89. RGB value is (139,102,137). Sum of RGB (Red+Green+Blue) = 139+102+137=378 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.77% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6689 is #749976. Grayscale: #747474. Windows color (decimal): -7641463 or 9004683. OLE color: 9004683.

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

Color convert

RGB139102137-
CMYK00.270.010.45
HSL303.24º15.35%47.25%-
HSV(B)303.24º26.62%54.51%-
XYZ19.9116.825.86-
YUV117.05139.26143.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.77%
GREEN value IS 102 (40.23% from 255) = 26.98%
BLUE value IS 137 (53.91% from 255) = 36.24%
R=36.77%
G=26.98%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910213700.270.010.45303.2415.3547.25
Hex8B668901B12D12ff2f
Octal2131462110331554571757
Binary1000101111001101000100101101111011011001011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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