Html Css Color HEX #8C437D Trendy Pink

📋 copy color: '#8C437D'

red 140 ◦ green 67 ◦ blue 125

#8C437D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #8C437D

Tints of Trendy Pink #8C437D

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 value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8C437D (or 0x8C437D) is known color: 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

RGB 140 67 125 -
CMYK 0 0.52 0.11 0.45
HSL 312.33º 0.35% 0.41% -
HSV(B) 312.33º 0.52% 0.55% -
XYZ 16.52 11.07 20.67 -
YUV 95.44 144.68 159.78 -
System Red Green Blue C M Y K H S L
Decimal 140 67 125 0 0.52 0.11 0.45 312.33 0.35 0.41
Hex 8C 43 7D 0 34 B 2D 138 23 29
Octal 214 103 175 0 64 13 55 470 43 51
Binary 10001100 1000011 1111101 0 110100 1011 101101 100111000 100011 101001

Color Harmonies of #8C437D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C437D

Black with #8C437D

Text Example


Text Example

White with #8C437D

Text Example


Text Example

HTML Codes & Css Web 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>