#8B457D

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

Shades of Trendy Pink #8B457D

Tints of Trendy Pink #8B457D

Color information

#8B457D (or 0x8B457D) is unknown color: approx Trendy Pink. HEX triplet: 8B, 45 and 7D. RGB value is (139,69,125). Sum of RGB (Red+Green+Blue) = 139+69+125=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 139 - color contains mainly: red. Hex color #8B457D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B457D is #74BA82. Grayscale: #606060. Windows color (decimal): -7649923 or 8209803. OLE color: 8209803.

HSL color Cylindrical-coordinate representation of color #8B457D: hue angle of 312º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B457D is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB13969125-
CMYK00.500.100.45
HSL312º33.65%40.78%-
HSV(B)312º50.36%54.51%-
XYZ16.4811.2320.7-
YUV96.31144.19158.45-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.74%
GREEN value IS 69 (27.34% from 255) = 20.72%
BLUE value IS 125 (49.22% from 255) = 37.54%
R=41.74%
G=20.72%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396912500.500.100.4531233.6540.78
Hex8B457D032A2D1382229
Octal21310517506212554704251
Binary100010111000101111110101100101010101101100111000100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B457D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,69,125); }

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

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

 a { background-color: rgb(139,69,125); }

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

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

 span { border-color: rgb(139,69,125); }

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