#8F4282

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

Shades of Trendy Pink #8F4282

Tints of Trendy Pink #8F4282

Color information

#8F4282 (or 0x8F4282) is unknown color: approx Trendy Pink. HEX triplet: 8F, 42 and 82. RGB value is (143,66,130). Sum of RGB (Red+Green+Blue) = 143+66+130=339 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.18% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 130 (51.17% from 255 or 38.35% from 339); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F4282 is #70BD7D. Grayscale: #606060. Windows color (decimal): -7388542 or 8536719. OLE color: 8536719.

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

Color convert

RGB14366130-
CMYK00.540.090.44
HSL310.13º36.84%40.98%-
HSV(B)310.13º53.85%56.08%-
XYZ17.3111.3522.4-
YUV96.32147.01161.3-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.18%
GREEN value IS 66 (26.17% from 255) = 19.47%
BLUE value IS 130 (51.17% from 255) = 38.35%
R=42.18%
G=19.47%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1436613000.540.090.44310.1336.8440.98
Hex8F428203692C1362529
Octal21710220206611544664551
Binary1000111110000101000001001101101001101100100110110100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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