Html Css Color HEX #8C7189 Trendy Pink

📋 copy color: '#8C7189'

red 140 ◦ green 113 ◦ blue 137

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

Shades of Trendy Pink #8C7189

Tints of Trendy Pink #8C7189

RGB

 RED value IS 140 (55.08% from 255) = 35.9%

 GREEN value IS 113 (44.53% from 255) = 28.97%

 BLUE value IS 137 (53.91% from 255) = 35.13%

R = 35.9%
G = 28.97%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#8C7189 (or 0x8C7189) is known color: Trendy Pink. HEX triplet: 8C, 71 and 89. RGB value is (140,113,137). Sum of RGB (Red+Green+Blue) = 140+113+137=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7189 is #738E76. Grayscale: #7B7B7B. Windows color (decimal): -7573111 or 9007500. OLE color: 9007500.

HSL color Cylindrical-coordinate representation of color #8C7189: hue angle of 306.67º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8C7189 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 113 137 -
CMYK 0 0.19 0.02 0.45
HSL 306.67º 0.11% 0.5% -
HSV(B) 306.67º 0.19% 0.55% -
XYZ 21.24 19.19 26.25 -
YUV 123.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 140 113 137 0 0.19 0.02 0.45 306.67 0.11 0.5
Hex 8C 71 89 0 13 2 2D 133 B 32
Octal 214 161 211 0 23 2 55 463 13 62
Binary 10001100 1110001 10001001 0 10011 10 101101 100110011 1011 110010

Color Harmonies of #8C7189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7189

Black with #8C7189

Text Example


Text Example

White with #8C7189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,113,137); }

 H1.HeaderClassName
 {
   color: #8C7189;
 }
 .AnyTagClassName
 {
   color: #8C7189;
 }
</style>

background-color css

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

 a { background-color: rgb(140,113,137); }

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

border-color css

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

 span { border-color: rgb(140,113,137); }

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