#8F4382

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

Shades of Trendy Pink #8F4382

Tints of Trendy Pink #8F4382

Color information

#8F4382 (or 0x8F4382) is unknown color: approx Trendy Pink. HEX triplet: 8F, 43 and 82. RGB value is (143,67,130). Sum of RGB (Red+Green+Blue) = 143+67+130=340 (45% of max value = 765). Red value is 143 (56.25% from 255 or 42.06% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 130 (51.17% from 255 or 38.24% from 340); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F4382 is #70BC7D. Grayscale: #606060. Windows color (decimal): -7388286 or 8536975. OLE color: 8536975.

HSL color Cylindrical-coordinate representation of color #8F4382: hue angle of 310.26º 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 #8F4382 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB14367130-
CMYK00.530.090.44
HSL310.26º36.19%41.18%-
HSV(B)310.26º53.15%56.08%-
XYZ17.3611.4722.42-
YUV96.91146.68160.88-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.06%
GREEN value IS 67 (26.56% from 255) = 19.71%
BLUE value IS 130 (51.17% from 255) = 38.24%
R=42.06%
G=19.71%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1436713000.530.090.44310.2636.1941.18
Hex8F438203592C1362429
Octal21710320206511544664451
Binary1000111110000111000001001101011001101100100110110100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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