#8C437D

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

Shades of Trendy Pink #8C437D

Tints of Trendy Pink #8C437D

Color information

#8C437D (or 0x8C437D) is unknown color: approx Trendy Pink. HEX triplet: 8C, 43 and 7D. RGB value is (140,67,125). Sum of RGB (Red+Green+Blue) = 140+67+125=332 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.17% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 140 - color contains mainly: red. Hex color #8C437D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C437D is #73BC82. Grayscale: #5F5F5F. Windows color (decimal): -7584899 or 8209292. OLE color: 8209292.

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

Color convert

RGB14067125-
CMYK00.520.110.45
HSL312.33º35.27%40.59%-
HSV(B)312.33º52.14%54.9%-
XYZ16.5211.0720.67-
YUV95.44144.68159.78-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.17%
GREEN value IS 67 (26.56% from 255) = 20.18%
BLUE value IS 125 (49.22% from 255) = 37.65%
R=42.17%
G=20.18%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406712500.520.110.45312.3335.2740.59
Hex8C437D034B2D1382329
Octal21410317506413554704351
Binary100011001000011111110101101001011101101100111000100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C437D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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