#8B4D7E

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

Shades of Trendy Pink #8B4D7E

Tints of Trendy Pink #8B4D7E

Color information

#8B4D7E (or 0x8B4D7E) is unknown color: approx Trendy Pink. HEX triplet: 8B, 4D and 7E. RGB value is (139,77,126). Sum of RGB (Red+Green+Blue) = 139+77+126=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4D7E is #74B281. Grayscale: #646464. Windows color (decimal): -7647874 or 8277387. OLE color: 8277387.

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

Color convert

RGB13977126-
CMYK00.450.090.45
HSL312.58º28.7%42.35%-
HSV(B)312.58º44.6%54.51%-
XYZ17.0712.321.21-
YUV101.12142.04155.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.64%
GREEN value IS 77 (30.47% from 255) = 22.51%
BLUE value IS 126 (49.61% from 255) = 36.84%
R=40.64%
G=22.51%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397712600.450.090.45312.5828.742.35
Hex8B4D7E02D92D1391d2a
Octal21311517605511554713552
Binary10001011100110111111100101101100110110110011100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,77,126); }

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

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

 a { background-color: rgb(139,77,126); }

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

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

 span { border-color: rgb(139,77,126); }

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