#8C4485

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

Shades of Trendy Pink #8C4485

Tints of Trendy Pink #8C4485

Color information

#8C4485 (or 0x8C4485) is unknown color: approx Trendy Pink. HEX triplet: 8C, 44 and 85. RGB value is (140,68,133). Sum of RGB (Red+Green+Blue) = 140+68+133=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4485 is #73BB7A. Grayscale: #606060. Windows color (decimal): -7584635 or 8733836. OLE color: 8733836.

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

Color convert

RGB14068133-
CMYK00.510.050.45
HSL305.83º34.62%40.78%-
HSV(B)305.83º51.43%54.9%-
XYZ17.1211.423.49-
YUV96.94148.35158.71-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.06%
GREEN value IS 68 (26.95% from 255) = 19.94%
BLUE value IS 133 (52.34% from 255) = 39.00%
R=41.06%
G=19.94%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406813300.510.050.45305.8334.6240.78
Hex8C448503352D1322329
Octal2141042050635554624351
Binary100011001000100100001010110011101101101100110010100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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