#8B5C82

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

Shades of Trendy Pink #8B5C82

Tints of Trendy Pink #8B5C82

Color information

#8B5C82 (or 0x8B5C82) is unknown color: approx Trendy Pink. HEX triplet: 8B, 5C and 82. RGB value is (139,92,130). Sum of RGB (Red+Green+Blue) = 139+92+130=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5C82 is #74A37D. Grayscale: #6E6E6E. Windows color (decimal): -7644030 or 8543371. OLE color: 8543371.

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

Color convert

RGB13992130-
CMYK00.340.060.45
HSL311.49º20.35%45.29%-
HSV(B)311.49º33.81%54.51%-
XYZ18.514.7522.99-
YUV110.38139.07148.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.50%
GREEN value IS 92 (36.33% from 255) = 25.48%
BLUE value IS 130 (51.17% from 255) = 36.01%
R=38.50%
G=25.48%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399213000.340.060.45311.4920.3545.29
Hex8B5C8202262D137142d
Octal2131342020426554672455
Binary10001011101110010000010010001011010110110011011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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