#8B457C

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

Shades of Trendy Pink #8B457C

Tints of Trendy Pink #8B457C

Color information

#8B457C (or 0x8B457C) is unknown color: approx Trendy Pink. HEX triplet: 8B, 45 and 7C. RGB value is (139,69,124). Sum of RGB (Red+Green+Blue) = 139+69+124=332 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.87% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 139 - color contains mainly: red. Hex color #8B457C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B457C is #74BA83. Grayscale: #606060. Windows color (decimal): -7649924 or 8144267. OLE color: 8144267.

HSL color Cylindrical-coordinate representation of color #8B457C: hue angle of 312.86º 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 #8B457C is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB13969124-
CMYK00.500.110.45
HSL312.86º33.65%40.78%-
HSV(B)312.86º50.36%54.51%-
XYZ16.4111.220.37-
YUV96.2143.69158.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.87%
GREEN value IS 69 (27.34% from 255) = 20.78%
BLUE value IS 124 (48.83% from 255) = 37.35%
R=41.87%
G=20.78%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396912400.500.110.45312.8633.6540.78
Hex8B457C032B2D1392229
Octal21310517406213554714251
Binary100010111000101111110001100101011101101100111001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B457C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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