Html Css Color HEX #8E5989 Trendy Pink

📋 copy color: '#8E5989'

red 142 ◦ green 89 ◦ blue 137

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

Shades of Trendy Pink #8E5989

Tints of Trendy Pink #8E5989

RGB

 RED value IS 142 (55.86% from 255) = 38.59%

 GREEN value IS 89 (35.16% from 255) = 24.18%

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

R = 38.59%
G = 24.18%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#8E5989 (or 0x8E5989) is known color: Trendy Pink. HEX triplet: 8E, 59 and 89. RGB value is (142,89,137). Sum of RGB (Red+Green+Blue) = 142+89+137=368 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.59% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5989 is #71A676. Grayscale: #6E6E6E. Windows color (decimal): -7448183 or 9001358. OLE color: 9001358.

HSL color Cylindrical-coordinate representation of color #8E5989: hue angle of 305.66º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E5989 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 89 137 -
CMYK 0 0.37 0.04 0.44
HSL 305.66º 0.23% 0.45% -
HSV(B) 305.66º 0.37% 0.56% -
XYZ 19.24 14.7 25.49 -
YUV 110.32 143.06 150.6 -
System Red Green Blue C M Y K H S L
Decimal 142 89 137 0 0.37 0.04 0.44 305.66 0.23 0.45
Hex 8E 59 89 0 25 4 2C 132 17 2D
Octal 216 131 211 0 45 4 54 462 27 55
Binary 10001110 1011001 10001001 0 100101 100 101100 100110010 10111 101101

Color Harmonies of #8E5989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5989

Black with #8E5989

Text Example


Text Example

White with #8E5989

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,89,137); }

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

background-color css

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

 a { background-color: rgb(142,89,137); }

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

border-color css

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

 span { border-color: rgb(142,89,137); }

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