#8B4485

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

Shades of Trendy Pink #8B4485

Tints of Trendy Pink #8B4485

Color information

#8B4485 (or 0x8B4485) is unknown color: approx Trendy Pink. HEX triplet: 8B, 44 and 85. RGB value is (139,68,133). Sum of RGB (Red+Green+Blue) = 139+68+133=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4485 is #74BB7A. Grayscale: #606060. Windows color (decimal): -7650171 or 8733835. OLE color: 8733835.

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

Color convert

RGB13968133-
CMYK00.510.040.45
HSL305.07º34.3%40.59%-
HSV(B)305.07º51.08%54.51%-
XYZ16.9511.3223.48-
YUV96.64148.52158.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.88%
GREEN value IS 68 (26.95% from 255) = 20%
BLUE value IS 133 (52.34% from 255) = 39.12%
R=40.88%
G=20%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396813300.510.040.45305.0734.340.59
Hex8B448503342D1312229
Octal2131042050634554614251
Binary100010111000100100001010110011100101101100110001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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