#8B517E

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

Shades of Trendy Pink #8B517E

Tints of Trendy Pink #8B517E

Color information

#8B517E (or 0x8B517E) is unknown color: approx Trendy Pink. HEX triplet: 8B, 51 and 7E. RGB value is (139,81,126). Sum of RGB (Red+Green+Blue) = 139+81+126=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 139 - color contains mainly: red. Hex color #8B517E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B517E is #74AE81. Grayscale: #676767. Windows color (decimal): -7646850 or 8278411. OLE color: 8278411.

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

Color convert

RGB13981126-
CMYK00.420.090.45
HSL313.45º26.36%43.14%-
HSV(B)313.45º41.73%54.51%-
XYZ17.3612.8821.31-
YUV103.47140.72153.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.17%
GREEN value IS 81 (32.03% from 255) = 23.41%
BLUE value IS 126 (49.61% from 255) = 36.42%
R=40.17%
G=23.41%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398112600.420.090.45313.4526.3643.14
Hex8B517E02A92D1391a2b
Octal21312117605211554713253
Binary10001011101000111111100101010100110110110011100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B517E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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