Html Css Color HEX #8F497A Trendy Pink

📋 copy color: '#8F497A'

red 143 ◦ green 73 ◦ blue 122

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

Shades of Trendy Pink #8F497A

Tints of Trendy Pink #8F497A

RGB

 RED value IS 143 (56.25% from 255) = 42.31%

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

 BLUE value IS 122 (48.05% from 255) = 36.09%

R = 42.31%
G = 21.6%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#8F497A (or 0x8F497A) is known color: Trendy Pink. HEX triplet: 8F, 49 and 7A. RGB value is (143,73,122). Sum of RGB (Red+Green+Blue) = 143+73+122=338 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.31% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 143 - color contains mainly: red. Hex color #8F497A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F497A is #70B685. Grayscale: #636363. Windows color (decimal): -7386758 or 8014223. OLE color: 8014223.

HSL color Cylindrical-coordinate representation of color #8F497A: hue angle of 318º 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 #8F497A is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 73 122 -
CMYK 0 0.49 0.15 0.44
HSL 318º 0.32% 0.42% -
HSV(B) 318º 0.49% 0.56% -
XYZ 17.22 12.01 19.82 -
YUV 99.52 140.69 159.02 -
System Red Green Blue C M Y K H S L
Decimal 143 73 122 0 0.49 0.15 0.44 318 0.32 0.42
Hex 8F 49 7A 0 31 F 2C 13E 20 2A
Octal 217 111 172 0 61 17 54 476 40 52
Binary 10001111 1001001 1111010 0 110001 1111 101100 100111110 100000 101010

Color Harmonies of #8F497A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F497A

Black with #8F497A

Text Example


Text Example

White with #8F497A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,73,122); }

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

background-color css

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

 a { background-color: rgb(143,73,122); }

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

border-color css

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

 span { border-color: rgb(143,73,122); }

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