#8B6F90

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

Shades of Trendy Pink #8B6F90

Tints of Trendy Pink #8B6F90

Color information

#8B6F90 (or 0x8B6F90) is unknown color: approx Trendy Pink. HEX triplet: 8B, 6F and 90. RGB value is (139,111,144). Sum of RGB (Red+Green+Blue) = 139+111+144=394 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.28% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 144 - color contains mainly: blue. Hex color #8B6F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6F90 is #74906F. Grayscale: #7B7B7B. Windows color (decimal): -7639152 or 9465739. OLE color: 9465739.

HSL color Cylindrical-coordinate representation of color #8B6F90: hue angle of 290.91º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8B6F90 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB139111144-
CMYK0.030.2300.44
HSL290.91º12.94%50%-
HSV(B)290.91º22.92%56.47%-
XYZ21.3718.8728.9-
YUV123.13139.78139.32-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.28%
GREEN value IS 111 (43.75% from 255) = 28.17%
BLUE value IS 144 (56.64% from 255) = 36.55%
R=35.28%
G=28.17%
B=36.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1391111440.030.2300.44290.9112.9450
Hex8B6F9031702C123d32
Octal2131572203270544431562
Binary10001011110111110010000111011101011001001000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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