#8C4385

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

Shades of Trendy Pink #8C4385

Tints of Trendy Pink #8C4385

Color information

#8C4385 (or 0x8C4385) is unknown color: approx Trendy Pink. HEX triplet: 8C, 43 and 85. RGB value is (140,67,133). Sum of RGB (Red+Green+Blue) = 140+67+133=340 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.18% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4385 is #73BC7A. Grayscale: #606060. Windows color (decimal): -7584891 or 8733580. OLE color: 8733580.

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

Color convert

RGB14067133-
CMYK00.520.050.45
HSL305.75º35.27%40.59%-
HSV(B)305.75º52.14%54.9%-
XYZ17.0611.2823.47-
YUV96.35148.68159.13-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.18%
GREEN value IS 67 (26.56% from 255) = 19.71%
BLUE value IS 133 (52.34% from 255) = 39.12%
R=41.18%
G=19.71%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406713300.520.050.45305.7535.2740.59
Hex8C438503452D1322329
Octal2141032050645554624351
Binary100011001000011100001010110100101101101100110010100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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