#8B4A7B

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

Shades of Trendy Pink #8B4A7B

Tints of Trendy Pink #8B4A7B

Color information

#8B4A7B (or 0x8B4A7B) is unknown color: approx Trendy Pink. HEX triplet: 8B, 4A and 7B. RGB value is (139,74,123). Sum of RGB (Red+Green+Blue) = 139+74+123=336 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.37% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4A7B is #74B584. Grayscale: #626262. Windows color (decimal): -7648645 or 8080011. OLE color: 8080011.

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

Color convert

RGB13974123-
CMYK00.470.120.45
HSL314.77º30.52%41.76%-
HSV(B)314.77º46.76%54.51%-
XYZ16.6711.8220.14-
YUV99.02141.53156.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.37%
GREEN value IS 74 (29.30% from 255) = 22.02%
BLUE value IS 123 (48.44% from 255) = 36.61%
R=41.37%
G=22.02%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397412300.470.120.45314.7730.5241.76
Hex8B4A7B02FC2D13b1f2a
Octal21311217305714554733752
Binary10001011100101011110110101111110010110110011101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,74,123); }

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

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

 a { background-color: rgb(139,74,123); }

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

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

 span { border-color: rgb(139,74,123); }

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