#8B6890

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

Shades of Trendy Pink #8B6890

Tints of Trendy Pink #8B6890

Color information

#8B6890 (or 0x8B6890) is unknown color: approx Trendy Pink. HEX triplet: 8B, 68 and 90. RGB value is (139,104,144). Sum of RGB (Red+Green+Blue) = 139+104+144=387 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.92% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 144 - color contains mainly: blue. Hex color #8B6890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6890 is #74976F. Grayscale: #767676. Windows color (decimal): -7640944 or 9463947. OLE color: 9463947.

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

Color convert

RGB139104144-
CMYK0.030.2800.44
HSL292.5º16.13%48.63%-
HSV(B)292.5º27.78%56.47%-
XYZ20.6317.428.66-
YUV119.02142.1142.25-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.92%
GREEN value IS 104 (41.02% from 255) = 26.87%
BLUE value IS 144 (56.64% from 255) = 37.21%
R=35.92%
G=26.87%
B=37.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1391041440.030.2800.44292.516.1348.63
Hex8B689031C02C1241031
Octal2131502203340544442061
Binary100010111101000100100001111100010110010010010010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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