#8F4A84

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

Shades of Trendy Pink #8F4A84

Tints of Trendy Pink #8F4A84

Color information

#8F4A84 (or 0x8F4A84) is unknown color: approx Trendy Pink. HEX triplet: 8F, 4A and 84. RGB value is (143,74,132). Sum of RGB (Red+Green+Blue) = 143+74+132=349 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.97% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4A84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F4A84 is #70B57B. Grayscale: #656565. Windows color (decimal): -7386492 or 8669839. OLE color: 8669839.

HSL color Cylindrical-coordinate representation of color #8F4A84: hue angle of 309.57º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8F4A84 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB14374132-
CMYK00.480.080.44
HSL309.57º31.8%42.55%-
HSV(B)309.57º48.25%56.08%-
XYZ17.9412.423.28-
YUV101.24145.36157.78-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.97%
GREEN value IS 74 (29.30% from 255) = 21.20%
BLUE value IS 132 (51.95% from 255) = 37.82%
R=40.97%
G=21.20%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1437413200.480.080.44309.5731.842.55
Hex8F4A8403082C136202b
Octal21711220406010544664053
Binary1000111110010101000010001100001000101100100110110100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,74,132); }

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

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

 a { background-color: rgb(143,74,132); }

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

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

 span { border-color: rgb(143,74,132); }

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