#8B4585

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

Shades of Trendy Pink #8B4585

Tints of Trendy Pink #8B4585

Color information

#8B4585 (or 0x8B4585) is unknown color: approx Trendy Pink. HEX triplet: 8B, 45 and 85. RGB value is (139,69,133). Sum of RGB (Red+Green+Blue) = 139+69+133=341 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.76% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4585 is #74BA7A. Grayscale: #616161. Windows color (decimal): -7649915 or 8734091. OLE color: 8734091.

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

Color convert

RGB13969133-
CMYK00.500.040.45
HSL305.14º33.65%40.78%-
HSV(B)305.14º50.36%54.51%-
XYZ17.0111.4423.5-
YUV97.23148.19157.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.76%
GREEN value IS 69 (27.34% from 255) = 20.23%
BLUE value IS 133 (52.34% from 255) = 39.00%
R=40.76%
G=20.23%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396913300.500.040.45305.1433.6540.78
Hex8B458503242D1312229
Octal2131052050624554614251
Binary100010111000101100001010110010100101101100110001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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