#8B6E8B

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

Shades of Trendy Pink #8B6E8B

Tints of Trendy Pink #8B6E8B

Color information

#8B6E8B (or 0x8B6E8B) is unknown color: approx Trendy Pink. HEX triplet: 8B, 6E and 8B. RGB value is (139,110,139). Sum of RGB (Red+Green+Blue) = 139+110+139=388 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.82% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B6E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6E8B is #749174. Grayscale: #797979. Windows color (decimal): -7639413 or 9137803. OLE color: 9137803.

HSL color Cylindrical-coordinate representation of color #8B6E8B: hue angle of 300º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8B6E8B is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB139110139-
CMYK00.2100.45
HSL300º11.65%48.82%-
HSV(B)300º20.86%54.51%-
XYZ20.8818.526.9-
YUV121.98137.61140.14-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.82%
GREEN value IS 110 (43.36% from 255) = 28.35%
BLUE value IS 139 (54.69% from 255) = 35.82%
R=35.82%
G=28.35%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911013900.2100.4530011.6548.82
Hex8B6E8B01502D12cc31
Octal2131562130250554541461
Binary1000101111011101000101101010101011011001011001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,110,139); }

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

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

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

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

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

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

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