Html Css Color HEX #8E5689 Trendy Pink

📋 copy color: '#8E5689'

red 142 ◦ green 86 ◦ blue 137

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

Shades of Trendy Pink #8E5689

Tints of Trendy Pink #8E5689

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.56%

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

R = 38.9%
G = 23.56%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#8E5689 (or 0x8E5689) is known color: Trendy Pink. HEX triplet: 8E, 56 and 89. RGB value is (142,86,137). Sum of RGB (Red+Green+Blue) = 142+86+137=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5689 is #71A976. Grayscale: #6C6C6C. Windows color (decimal): -7448951 or 9000590. OLE color: 9000590.

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

Color convert

RGB 142 86 137 -
CMYK 0 0.39 0.04 0.44
HSL 305.36º 0.25% 0.45% -
HSV(B) 305.36º 0.39% 0.56% -
XYZ 19 14.21 25.41 -
YUV 108.56 144.05 151.85 -
System Red Green Blue C M Y K H S L
Decimal 142 86 137 0 0.39 0.04 0.44 305.36 0.25 0.45
Hex 8E 56 89 0 27 4 2C 131 19 2D
Octal 216 126 211 0 47 4 54 461 31 55
Binary 10001110 1010110 10001001 0 100111 100 101100 100110001 11001 101101

Color Harmonies of #8E5689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5689

Black with #8E5689

Text Example


Text Example

White with #8E5689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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