#8C4B84

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

Shades of Trendy Pink #8C4B84

Tints of Trendy Pink #8C4B84

Color information

#8C4B84 (or 0x8C4B84) is unknown color: approx Trendy Pink. HEX triplet: 8C, 4B and 84. RGB value is (140,75,132). Sum of RGB (Red+Green+Blue) = 140+75+132=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4B84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4B84 is #73B47B. Grayscale: #646464. Windows color (decimal): -7582844 or 8670092. OLE color: 8670092.

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

Color convert

RGB14075132-
CMYK00.460.060.45
HSL307.38º30.23%42.16%-
HSV(B)307.38º46.43%54.9%-
XYZ17.512.2723.28-
YUV100.93145.53155.87-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.35%
GREEN value IS 75 (29.69% from 255) = 21.61%
BLUE value IS 132 (51.95% from 255) = 38.04%
R=40.35%
G=21.61%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1407513200.460.060.45307.3830.2342.16
Hex8C4B8402E62D1331e2a
Octal2141132040566554633652
Binary10001100100101110000100010111011010110110011001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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