#8B5F82

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

Shades of Trendy Pink #8B5F82

Tints of Trendy Pink #8B5F82

Color information

#8B5F82 (or 0x8B5F82) is unknown color: approx Trendy Pink. HEX triplet: 8B, 5F and 82. RGB value is (139,95,130). Sum of RGB (Red+Green+Blue) = 139+95+130=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5F82 is #74A07D. Grayscale: #707070. Windows color (decimal): -7643262 or 8544139. OLE color: 8544139.

HSL color Cylindrical-coordinate representation of color #8B5F82: hue angle of 312.27º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B5F82 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB13995130-
CMYK00.320.060.45
HSL312.27º18.8%45.88%-
HSV(B)312.27º31.65%54.51%-
XYZ18.7715.2923.08-
YUV112.15138.08147.15-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.19%
GREEN value IS 95 (37.5% from 255) = 26.10%
BLUE value IS 130 (51.17% from 255) = 35.71%
R=38.19%
G=26.10%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399513000.320.060.45312.2718.845.88
Hex8B5F8202062D138132e
Octal2131372020406554702356
Binary10001011101111110000010010000011010110110011100010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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