#8B5588

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

Shades of Trendy Pink #8B5588

Tints of Trendy Pink #8B5588

Color information

#8B5588 (or 0x8B5588) is unknown color: approx Trendy Pink. HEX triplet: 8B, 55 and 88. RGB value is (139,85,136). Sum of RGB (Red+Green+Blue) = 139+85+136=360 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.61% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5588 is #74AA77. Grayscale: #6A6A6A. Windows color (decimal): -7645816 or 8934795. OLE color: 8934795.

HSL color Cylindrical-coordinate representation of color #8B5588: hue angle of 303.33º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8B5588 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB13985136-
CMYK00.390.020.45
HSL303.33º24.11%43.92%-
HSV(B)303.33º38.85%54.51%-
XYZ18.3413.7624.98-
YUV106.96144.39150.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.61%
GREEN value IS 85 (33.59% from 255) = 23.61%
BLUE value IS 136 (53.52% from 255) = 37.78%
R=38.61%
G=23.61%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398513600.390.020.45303.3324.1143.92
Hex8B558802722D12f182c
Octal2131252100472554573054
Binary1000101110101011000100001001111010110110010111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,85,136); }

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

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

 a { background-color: rgb(139,85,136); }

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

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

 span { border-color: rgb(139,85,136); }

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