Html Css Color HEX #8C5E89 Trendy Pink

📋 copy color: '#8C5E89'

red 140 ◦ green 94 ◦ blue 137

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

Shades of Trendy Pink #8C5E89

Tints of Trendy Pink #8C5E89

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.34%

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

R = 37.74%
G = 25.34%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#8C5E89 (or 0x8C5E89) is known color: Trendy Pink. HEX triplet: 8C, 5E and 89. RGB value is (140,94,137). Sum of RGB (Red+Green+Blue) = 140+94+137=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5E89 is #73A176. Grayscale: #707070. Windows color (decimal): -7577975 or 9002636. OLE color: 9002636.

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

Color convert

RGB 140 94 137 -
CMYK 0 0.33 0.02 0.45
HSL 303.91º 0.2% 0.46% -
HSV(B) 303.91º 0.33% 0.55% -
XYZ 19.33 15.39 25.62 -
YUV 112.66 141.74 147.5 -
System Red Green Blue C M Y K H S L
Decimal 140 94 137 0 0.33 0.02 0.45 303.91 0.2 0.46
Hex 8C 5E 89 0 21 2 2D 130 14 2E
Octal 214 136 211 0 41 2 55 460 24 56
Binary 10001100 1011110 10001001 0 100001 10 101101 100110000 10100 101110

Color Harmonies of #8C5E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5E89

Black with #8C5E89

Text Example


Text Example

White with #8C5E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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