#8C4B85

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

Shades of Trendy Pink #8C4B85

Tints of Trendy Pink #8C4B85

Color information

#8C4B85 (or 0x8C4B85) is unknown color: approx Trendy Pink. HEX triplet: 8C, 4B and 85. RGB value is (140,75,133). Sum of RGB (Red+Green+Blue) = 140+75+133=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4B85 is #73B47A. Grayscale: #646464. Windows color (decimal): -7582843 or 8735628. OLE color: 8735628.

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

Color convert

RGB14075133-
CMYK00.460.050.45
HSL306.46º30.23%42.16%-
HSV(B)306.46º46.43%54.9%-
XYZ17.5612.323.64-
YUV101.05146.03155.78-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.23%
GREEN value IS 75 (29.69% from 255) = 21.55%
BLUE value IS 133 (52.34% from 255) = 38.22%
R=40.23%
G=21.55%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1407513300.460.050.45306.4630.2342.16
Hex8C4B8502E52D1321e2a
Octal2141132050565554623652
Binary10001100100101110000101010111010110110110011001011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,75,133); }

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

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

 a { background-color: rgb(140,75,133); }

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

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

 span { border-color: rgb(140,75,133); }

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