#8C4380

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

Shades of Trendy Pink #8C4380

Tints of Trendy Pink #8C4380

Color information

#8C4380 (or 0x8C4380) is unknown color: approx Trendy Pink. HEX triplet: 8C, 43 and 80. RGB value is (140,67,128). Sum of RGB (Red+Green+Blue) = 140+67+128=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4380 is #73BC7F. Grayscale: #5F5F5F. Windows color (decimal): -7584896 or 8405900. OLE color: 8405900.

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

Color convert

RGB14067128-
CMYK00.520.090.45
HSL309.86º35.27%40.59%-
HSV(B)309.86º52.14%54.9%-
XYZ16.7211.1521.69-
YUV95.78146.18159.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.79%
GREEN value IS 67 (26.56% from 255) = 20%
BLUE value IS 128 (50.39% from 255) = 38.21%
R=41.79%
G=20%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406712800.520.090.45309.8635.2740.59
Hex8C438003492D1362329
Octal21410320006411554664351
Binary1000110010000111000000001101001001101101100110110100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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