#8f477b

Color #8F477B Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #8F477B

Tints of Trendy Pink #8F477B

Color information

#8F477B (or 0x8F477B) is unknown color: approx 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

RGB14371123-
CMYK00.500.140.44
HSL316.67º33.64%41.96%-
HSV(B)316.67º50.35%56.08%-
XYZ17.1611.7820.11-
YUV98.46141.85159.77-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.43%
GREEN value IS 71 (28.12% from 255) = 21.07%
BLUE value IS 123 (48.44% from 255) = 36.50%
R=42.43%
G=21.07%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1437112300.500.140.44316.6733.6441.96
Hex8F477B032E2C13d222a
Octal21710717306216544754252
Binary100011111000111111101101100101110101100100111101100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f477b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>