#8B5C84

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

Shades of Trendy Pink #8B5C84

Tints of Trendy Pink #8B5C84

Color information

#8B5C84 (or 0x8B5C84) is unknown color: approx Trendy Pink. HEX triplet: 8B, 5C and 84. RGB value is (139,92,132). Sum of RGB (Red+Green+Blue) = 139+92+132=363 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.29% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5C84 is #74A37B. Grayscale: #6E6E6E. Windows color (decimal): -7644028 or 8674443. OLE color: 8674443.

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

Color convert

RGB13992132-
CMYK00.340.050.45
HSL308.94º20.35%45.29%-
HSV(B)308.94º33.81%54.51%-
XYZ18.6414.8123.71-
YUV110.61140.07148.25-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.29%
GREEN value IS 92 (36.33% from 255) = 25.34%
BLUE value IS 132 (51.95% from 255) = 36.36%
R=38.29%
G=25.34%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399213200.340.050.45308.9420.3545.29
Hex8B5C8402252D135142d
Octal2131342040425554652455
Binary10001011101110010000100010001010110110110011010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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