#8B487E

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

Shades of Trendy Pink #8B487E

Tints of Trendy Pink #8B487E

Color information

#8B487E (or 0x8B487E) is unknown color: approx Trendy Pink. HEX triplet: 8B, 48 and 7E. RGB value is (139,72,126). Sum of RGB (Red+Green+Blue) = 139+72+126=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 139 - color contains mainly: red. Hex color #8B487E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B487E is #74B781. Grayscale: #626262. Windows color (decimal): -7649154 or 8276107. OLE color: 8276107.

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

Color convert

RGB13972126-
CMYK00.480.090.45
HSL311.64º31.75%41.37%-
HSV(B)311.64º48.2%54.51%-
XYZ16.7311.6321.1-
YUV98.19143.7157.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.25%
GREEN value IS 72 (28.52% from 255) = 21.36%
BLUE value IS 126 (49.61% from 255) = 37.39%
R=41.25%
G=21.36%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397212600.480.090.45311.6431.7541.37
Hex8B487E03092D1382029
Octal21311017606011554704051
Binary100010111001000111111001100001001101101100111000100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B487E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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