#8B628A

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

Shades of Trendy Pink #8B628A

Tints of Trendy Pink #8B628A

Color information

#8B628A (or 0x8B628A) is unknown color: approx Trendy Pink. HEX triplet: 8B, 62 and 8A. RGB value is (139,98,138). Sum of RGB (Red+Green+Blue) = 139+98+138=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 139 - color contains mainly: red. Hex color #8B628A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B628A is #749D75. Grayscale: #727272. Windows color (decimal): -7642486 or 9069195. OLE color: 9069195.

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

Color convert

RGB13998138-
CMYK00.290.010.45
HSL301.46º17.3%46.47%-
HSV(B)301.46º29.5%54.51%-
XYZ19.616.0626.11-
YUV114.82141.08145.25-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.07%
GREEN value IS 98 (38.67% from 255) = 26.13%
BLUE value IS 138 (54.30% from 255) = 36.8%
R=37.07%
G=26.13%
B=36.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399813800.290.010.45301.4617.346.47
Hex8B628A01D12D12d112e
Octal2131422120351554552156
Binary10001011110001010001010011101110110110010110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,98,138); }

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

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

 a { background-color: rgb(139,98,138); }

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

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

 span { border-color: rgb(139,98,138); }

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