#8B6687

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

Shades of Trendy Pink #8B6687

Tints of Trendy Pink #8B6687

Color information

#8B6687 (or 0x8B6687) is unknown color: approx Trendy Pink. HEX triplet: 8B, 66 and 87. RGB value is (139,102,135). Sum of RGB (Red+Green+Blue) = 139+102+135=376 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.97% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6687 is #749978. Grayscale: #747474. Windows color (decimal): -7641465 or 8873611. OLE color: 8873611.

HSL color Cylindrical-coordinate representation of color #8B6687: hue angle of 306.49º 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 #8B6687 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB139102135-
CMYK00.270.030.45
HSL306.49º15.35%47.25%-
HSV(B)306.49º26.62%54.51%-
XYZ19.7716.7425.11-
YUV116.82138.26143.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.97%
GREEN value IS 102 (40.23% from 255) = 27.13%
BLUE value IS 135 (53.12% from 255) = 35.90%
R=36.97%
G=27.13%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910213500.270.030.45306.4915.3547.25
Hex8B668701B32D132f2f
Octal2131462070333554621757
Binary10001011110011010000111011011111011011001100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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