#8B5582

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

Shades of Trendy Pink #8B5582

Tints of Trendy Pink #8B5582

Color information

#8B5582 (or 0x8B5582) is unknown color: approx Trendy Pink. HEX triplet: 8B, 55 and 82. RGB value is (139,85,130). Sum of RGB (Red+Green+Blue) = 139+85+130=354 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.27% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5582 is #74AA7D. Grayscale: #6A6A6A. Windows color (decimal): -7645822 or 8541579. OLE color: 8541579.

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

Color convert

RGB13985130-
CMYK00.390.060.45
HSL310º24.11%43.92%-
HSV(B)310º38.85%54.51%-
XYZ17.9313.622.8-
YUV106.28141.39151.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.27%
GREEN value IS 85 (33.59% from 255) = 24.01%
BLUE value IS 130 (51.17% from 255) = 36.72%
R=39.27%
G=24.01%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398513000.390.060.4531024.1143.92
Hex8B558202762D136182c
Octal2131252020476554663054
Binary10001011101010110000010010011111010110110011011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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