#8B5A88

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

Shades of Trendy Pink #8B5A88

Tints of Trendy Pink #8B5A88

Color information

#8B5A88 (or 0x8B5A88) is unknown color: approx Trendy Pink. HEX triplet: 8B, 5A and 88. RGB value is (139,90,136). Sum of RGB (Red+Green+Blue) = 139+90+136=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5A88 is #74A577. Grayscale: #6D6D6D. Windows color (decimal): -7644536 or 8936075. OLE color: 8936075.

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

Color convert

RGB13990136-
CMYK00.350.020.45
HSL303.67º21.4%44.9%-
HSV(B)303.67º35.25%54.51%-
XYZ18.7514.5825.12-
YUV109.9142.73148.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.08%
GREEN value IS 90 (35.55% from 255) = 24.66%
BLUE value IS 136 (53.52% from 255) = 37.26%
R=38.08%
G=24.66%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399013600.350.020.45303.6721.444.9
Hex8B5A8802322D130152d
Octal2131322100432554602555
Binary1000101110110101000100001000111010110110011000010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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