#8B6589

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

Shades of Trendy Pink #8B6589

Tints of Trendy Pink #8B6589

Color information

#8B6589 (or 0x8B6589) is unknown color: approx Trendy Pink. HEX triplet: 8B, 65 and 89. RGB value is (139,101,137). Sum of RGB (Red+Green+Blue) = 139+101+137=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6589 is #749A76. Grayscale: #747474. Windows color (decimal): -7641719 or 9004427. OLE color: 9004427.

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

Color convert

RGB139101137-
CMYK00.270.010.45
HSL303.16º15.83%47.06%-
HSV(B)303.16º27.34%54.51%-
XYZ19.8216.625.83-
YUV116.47139.59144.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.87%
GREEN value IS 101 (39.84% from 255) = 26.79%
BLUE value IS 137 (53.91% from 255) = 36.34%
R=36.87%
G=26.79%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910113700.270.010.45303.1615.8347.06
Hex8B658901B12D12f102f
Octal2131452110331554572057
Binary10001011110010110001001011011110110110010111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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