#8C4B89

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

Shades of Trendy Pink #8C4B89

Tints of Trendy Pink #8C4B89

Color information

#8C4B89 (or 0x8C4B89) is unknown color: approx Trendy Pink. HEX triplet: 8C, 4B and 89. RGB value is (140,75,137). Sum of RGB (Red+Green+Blue) = 140+75+137=352 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.77% from 352); Green value is 75 (29.69% from 255 or 21.31% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4B89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4B89 is #73B476. Grayscale: #656565. Windows color (decimal): -7582839 or 8997772. OLE color: 8997772.

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

Color convert

RGB14075137-
CMYK00.460.020.45
HSL302.77º30.23%42.16%-
HSV(B)302.77º46.43%54.9%-
XYZ17.8512.4125.12-
YUV101.5148.03155.46-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.77%
GREEN value IS 75 (29.69% from 255) = 21.31%
BLUE value IS 137 (53.91% from 255) = 38.92%
R=39.77%
G=21.31%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1407513700.460.020.45302.7730.2342.16
Hex8C4B8902E22D12f1e2a
Octal2141132110562554573652
Binary1000110010010111000100101011101010110110010111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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