#8F4381

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

Shades of Trendy Pink #8F4381

Tints of Trendy Pink #8F4381

Color information

#8F4381 (or 0x8F4381) is unknown color: approx Trendy Pink. HEX triplet: 8F, 43 and 81. RGB value is (143,67,129). Sum of RGB (Red+Green+Blue) = 143+67+129=339 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.18% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F4381 is #70BC7E. Grayscale: #606060. Windows color (decimal): -7388287 or 8471439. OLE color: 8471439.

HSL color Cylindrical-coordinate representation of color #8F4381: hue angle of 311.05º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8F4381 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB14367129-
CMYK00.530.100.44
HSL311.05º36.19%41.18%-
HSV(B)311.05º53.15%56.08%-
XYZ17.311.4422.07-
YUV96.79146.18160.96-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.18%
GREEN value IS 67 (26.56% from 255) = 19.76%
BLUE value IS 129 (50.78% from 255) = 38.05%
R=42.18%
G=19.76%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1436712900.530.100.44311.0536.1941.18
Hex8F4381035A2C1372429
Octal21710320106512544674451
Binary1000111110000111000000101101011010101100100110111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,67,129); }

 H1.HeaderClassName
 {
   color: #8F4381;
 }
 .AnyTagClassName
 {
   color: #8F4381;
 }
</style>
background-color css

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

 a { background-color: rgb(143,67,129); }

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

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

 span { border-color: rgb(143,67,129); }

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