Html Css Color HEX #8E5490 Trendy Pink

📋 copy color: '#8E5490'

red 142 ◦ green 84 ◦ blue 144

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

Shades of Trendy Pink #8E5490

Tints of Trendy Pink #8E5490

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.7%

 BLUE value IS 144 (56.64% from 255) = 38.92%

R = 38.38%
G = 22.7%
B = 38.92%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8E5490 (or 0x8E5490) is known color: Trendy Pink. HEX triplet: 8E, 54 and 90. RGB value is (142,84,144). Sum of RGB (Red+Green+Blue) = 142+84+144=370 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.38% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 144 - color contains mainly: blue. Hex color #8E5490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5490 is #71AB6F. Grayscale: #6C6C6C. Windows color (decimal): -7449456 or 9458830. OLE color: 9458830.

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

Color convert

RGB 142 84 144 -
CMYK 0.01 0.42 0 0.44
HSL 298º 0.26% 0.45% -
HSV(B) 298º 0.42% 0.56% -
XYZ 19.36 14.11 28.09 -
YUV 108.18 148.22 152.12 -
System Red Green Blue C M Y K H S L
Decimal 142 84 144 0.01 0.42 0 0.44 298 0.26 0.45
Hex 8E 54 90 1 2A 0 2C 12A 1A 2D
Octal 216 124 220 1 52 0 54 452 32 55
Binary 10001110 1010100 10010000 1 101010 0 101100 100101010 11010 101101

Color Harmonies of #8E5490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5490

Black with #8E5490

Text Example


Text Example

White with #8E5490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,84,144); }

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

background-color css

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

 a { background-color: rgb(142,84,144); }

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

border-color css

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

 span { border-color: rgb(142,84,144); }

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