#8B6186

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

Shades of Trendy Pink #8B6186

Tints of Trendy Pink #8B6186

Color information

#8B6186 (or 0x8B6186) is unknown color: approx Trendy Pink. HEX triplet: 8B, 61 and 86. RGB value is (139,97,134). Sum of RGB (Red+Green+Blue) = 139+97+134=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6186 is #749E79. Grayscale: #717171. Windows color (decimal): -7642746 or 8806795. OLE color: 8806795.

HSL color Cylindrical-coordinate representation of color #8B6186: hue angle of 307.14º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8B6186 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB13997134-
CMYK00.300.040.45
HSL307.14º17.8%46.27%-
HSV(B)307.14º30.22%54.51%-
XYZ19.2315.7624.58-
YUV113.78139.41145.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.57%
GREEN value IS 97 (38.28% from 255) = 26.22%
BLUE value IS 134 (52.73% from 255) = 36.22%
R=37.57%
G=26.22%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399713400.300.040.45307.1417.846.27
Hex8B618601E42D133122e
Octal2131412060364554632256
Binary1000101111000011000011001111010010110110011001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,97,134); }

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

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

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

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

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

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

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