#8B457B

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

Shades of Trendy Pink #8B457B

Tints of Trendy Pink #8B457B

Color information

#8B457B (or 0x8B457B) is unknown color: approx Trendy Pink. HEX triplet: 8B, 45 and 7B. RGB value is (139,69,123). Sum of RGB (Red+Green+Blue) = 139+69+123=331 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.99% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 139 - color contains mainly: red. Hex color #8B457B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B457B is #74BA84. Grayscale: #5F5F5F. Windows color (decimal): -7649925 or 8078731. OLE color: 8078731.

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

Color convert

RGB13969123-
CMYK00.500.120.45
HSL313.71º33.65%40.78%-
HSV(B)313.71º50.36%54.51%-
XYZ16.3511.1820.03-
YUV96.09143.19158.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.99%
GREEN value IS 69 (27.34% from 255) = 20.85%
BLUE value IS 123 (48.44% from 255) = 37.16%
R=41.99%
G=20.85%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396912300.500.120.45313.7133.6540.78
Hex8B457B032C2D13a2229
Octal21310517306214554724251
Binary100010111000101111101101100101100101101100111010100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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