#8F4C84

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

Shades of Trendy Pink #8F4C84

Tints of Trendy Pink #8F4C84

Color information

#8F4C84 (or 0x8F4C84) is unknown color: approx Trendy Pink. HEX triplet: 8F, 4C and 84. RGB value is (143,76,132). Sum of RGB (Red+Green+Blue) = 143+76+132=351 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.74% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4C84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F4C84 is #70B37B. Grayscale: #666666. Windows color (decimal): -7385980 or 8670351. OLE color: 8670351.

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

Color convert

RGB14376132-
CMYK00.470.080.44
HSL309.85º30.59%42.94%-
HSV(B)309.85º46.85%56.08%-
XYZ18.0812.6723.32-
YUV102.42144.7156.95-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.74%
GREEN value IS 76 (30.08% from 255) = 21.65%
BLUE value IS 132 (51.95% from 255) = 37.61%
R=40.74%
G=21.65%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1437613200.470.080.44309.8530.5942.94
Hex8F4C8402F82C1361f2b
Octal21711420405710544663753
Binary100011111001100100001000101111100010110010011011011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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