#8B487D

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

Shades of Trendy Pink #8B487D

Tints of Trendy Pink #8B487D

Color information

#8B487D (or 0x8B487D) is unknown color: approx Trendy Pink. HEX triplet: 8B, 48 and 7D. RGB value is (139,72,125). Sum of RGB (Red+Green+Blue) = 139+72+125=336 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.37% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 139 - color contains mainly: red. Hex color #8B487D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B487D is #74B782. Grayscale: #616161. Windows color (decimal): -7649155 or 8210571. OLE color: 8210571.

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

Color convert

RGB13972125-
CMYK00.480.100.45
HSL312.54º31.75%41.37%-
HSV(B)312.54º48.2%54.51%-
XYZ16.6711.620.76-
YUV98.07143.2157.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.37%
GREEN value IS 72 (28.52% from 255) = 21.43%
BLUE value IS 125 (49.22% from 255) = 37.20%
R=41.37%
G=21.43%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397212500.480.100.45312.5431.7541.37
Hex8B487D030A2D1392029
Octal21311017506012554714051
Binary100010111001000111110101100001010101101100111001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B487D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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