#8B6F8C

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

Shades of Trendy Pink #8B6F8C

Tints of Trendy Pink #8B6F8C

Color information

#8B6F8C (or 0x8B6F8C) is unknown color: approx Trendy Pink. HEX triplet: 8B, 6F and 8C. RGB value is (139,111,140). Sum of RGB (Red+Green+Blue) = 139+111+140=390 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.64% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 140 - color contains mainly: blue. Hex color #8B6F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6F8C is #749073. Grayscale: #7A7A7A. Windows color (decimal): -7639156 or 9203595. OLE color: 9203595.

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

Color convert

RGB139111140-
CMYK0.010.2100.45
HSL297.93º11.55%49.22%-
HSV(B)297.93º20.71%54.9%-
XYZ21.0718.7527.32-
YUV122.68137.78139.64-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.64%
GREEN value IS 111 (43.75% from 255) = 28.46%
BLUE value IS 140 (55.08% from 255) = 35.90%
R=35.64%
G=28.46%
B=35.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391111400.010.2100.45297.9311.5549.22
Hex8B6F8C11502D12ac31
Octal2131572141250554521461
Binary1000101111011111000110011010101011011001010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,111,140); }

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

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

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

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

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

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

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