#8B6489

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

Shades of Trendy Pink #8B6489

Tints of Trendy Pink #8B6489

Color information

#8B6489 (or 0x8B6489) is unknown color: approx Trendy Pink. HEX triplet: 8B, 64 and 89. RGB value is (139,100,137). Sum of RGB (Red+Green+Blue) = 139+100+137=376 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.97% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6489 is #749B76. Grayscale: #737373. Windows color (decimal): -7641975 or 9004171. OLE color: 9004171.

HSL color Cylindrical-coordinate representation of color #8B6489: hue angle of 303.08º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8B6489 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB139100137-
CMYK00.280.010.45
HSL303.08º16.32%46.86%-
HSV(B)303.08º28.06%54.51%-
XYZ19.7216.4125.79-
YUV115.88139.92144.49-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.97%
GREEN value IS 100 (39.45% from 255) = 26.60%
BLUE value IS 137 (53.91% from 255) = 36.44%
R=36.97%
G=26.60%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910013700.280.010.45303.0816.3246.86
Hex8B648901C12D12f102f
Octal2131442110341554572057
Binary10001011110010010001001011100110110110010111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,100,137); }

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

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

 a { background-color: rgb(139,100,137); }

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

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

 span { border-color: rgb(139,100,137); }

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