#8B4885

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

Shades of Trendy Pink #8B4885

Tints of Trendy Pink #8B4885

Color information

#8B4885 (or 0x8B4885) is unknown color: approx Trendy Pink. HEX triplet: 8B, 48 and 85. RGB value is (139,72,133). Sum of RGB (Red+Green+Blue) = 139+72+133=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4885 is #74B77A. Grayscale: #626262. Windows color (decimal): -7649147 or 8734859. OLE color: 8734859.

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

Color convert

RGB13972133-
CMYK00.480.040.45
HSL305.37º31.75%41.37%-
HSV(B)305.37º48.2%54.51%-
XYZ17.211.8223.56-
YUV98.99147.2156.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.41%
GREEN value IS 72 (28.52% from 255) = 20.93%
BLUE value IS 133 (52.34% from 255) = 38.66%
R=40.41%
G=20.93%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397213300.480.040.45305.3731.7541.37
Hex8B488503042D1312029
Octal2131102050604554614051
Binary100010111001000100001010110000100101101100110001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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