Html Css Color HEX #8E498D Trendy Pink

📋 copy color: '#8E498D'

red 142 ◦ green 73 ◦ blue 141

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

Shades of Trendy Pink #8E498D

Tints of Trendy Pink #8E498D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.51%

 BLUE value IS 141 (55.47% from 255) = 39.61%

R = 39.89%
G = 20.51%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8E498D (or 0x8E498D) is known color: Trendy Pink. HEX triplet: 8E, 49 and 8D. RGB value is (142,73,141). Sum of RGB (Red+Green+Blue) = 142+73+141=356 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.89% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 142 - color contains mainly: red. Hex color #8E498D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E498D is #71B672. Grayscale: #656565. Windows color (decimal): -7452275 or 9259406. OLE color: 9259406.

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

Color convert

RGB 142 73 141 -
CMYK 0 0.49 0.01 0.44
HSL 300.87º 0.32% 0.42% -
HSV(B) 300.87º 0.49% 0.56% -
XYZ 18.35 12.44 26.63 -
YUV 101.38 150.36 156.97 -
System Red Green Blue C M Y K H S L
Decimal 142 73 141 0 0.49 0.01 0.44 300.87 0.32 0.42
Hex 8E 49 8D 0 31 1 2C 12D 20 2A
Octal 216 111 215 0 61 1 54 455 40 52
Binary 10001110 1001001 10001101 0 110001 1 101100 100101101 100000 101010

Color Harmonies of #8E498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E498D

Black with #8E498D

Text Example


Text Example

White with #8E498D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,73,141); }

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

background-color css

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

 a { background-color: rgb(142,73,141); }

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

border-color css

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

 span { border-color: rgb(142,73,141); }

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