Html Css Color HEX #8D498A Trendy Pink

📋 copy color: '#8D498A'

red 141 ◦ green 73 ◦ blue 138

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

Shades of Trendy Pink #8D498A

Tints of Trendy Pink #8D498A

RGB

 RED value IS 141 (55.47% from 255) = 40.06%

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

 BLUE value IS 138 (54.3% from 255) = 39.2%

R = 40.06%
G = 20.74%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#8D498A (or 0x8D498A) is known color: Trendy Pink. HEX triplet: 8D, 49 and 8A. RGB value is (141,73,138). Sum of RGB (Red+Green+Blue) = 141+73+138=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 141 - color contains mainly: red. Hex color #8D498A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D498A is #72B675. Grayscale: #646464. Windows color (decimal): -7517814 or 9062797. OLE color: 9062797.

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

Color convert

RGB 141 73 138 -
CMYK 0 0.48 0.02 0.45
HSL 302.65º 0.32% 0.42% -
HSV(B) 302.65º 0.48% 0.55% -
XYZ 17.95 12.26 25.47 -
YUV 100.74 149.03 156.71 -
System Red Green Blue C M Y K H S L
Decimal 141 73 138 0 0.48 0.02 0.45 302.65 0.32 0.42
Hex 8D 49 8A 0 30 2 2D 12F 20 2A
Octal 215 111 212 0 60 2 55 457 40 52
Binary 10001101 1001001 10001010 0 110000 10 101101 100101111 100000 101010

Color Harmonies of #8D498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D498A

Black with #8D498A

Text Example


Text Example

White with #8D498A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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