Html Css Color HEX #8F477B Trendy Pink

📋 copy color: '#8F477B'

red 143 ◦ green 71 ◦ blue 123

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

Shades of Trendy Pink #8F477B

Tints of Trendy Pink #8F477B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.07%

 BLUE value IS 123 (48.44% from 255) = 36.5%

R = 42.43%
G = 21.07%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#8F477B (or 0x8F477B) is known color: Trendy Pink. HEX triplet: 8F, 47 and 7B. RGB value is (143,71,123). Sum of RGB (Red+Green+Blue) = 143+71+123=337 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.43% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 143 - color contains mainly: red. Hex color #8F477B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F477B is #70B884. Grayscale: #626262. Windows color (decimal): -7387269 or 8079247. OLE color: 8079247.

HSL color Cylindrical-coordinate representation of color #8F477B: hue angle of 316.67º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F477B is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 71 123 -
CMYK 0 0.50 0.14 0.44
HSL 316.67º 0.34% 0.42% -
HSV(B) 316.67º 0.5% 0.56% -
XYZ 17.16 11.78 20.11 -
YUV 98.46 141.85 159.77 -
System Red Green Blue C M Y K H S L
Decimal 143 71 123 0 0.50 0.14 0.44 316.67 0.34 0.42
Hex 8F 47 7B 0 32 E 2C 13D 22 2A
Octal 217 107 173 0 62 16 54 475 42 52
Binary 10001111 1000111 1111011 0 110010 1110 101100 100111101 100010 101010

Color Harmonies of #8F477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F477B

Black with #8F477B

Text Example


Text Example

White with #8F477B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,71,123); }

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

background-color css

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

 a { background-color: rgb(143,71,123); }

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

border-color css

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

 span { border-color: rgb(143,71,123); }

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