#8F518E

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

Shades of Trendy Pink #8F518E

Tints of Trendy Pink #8F518E

Color information

#8F518E (or 0x8F518E) is unknown color: approx Trendy Pink. HEX triplet: 8F, 51 and 8E. RGB value is (143,81,142). Sum of RGB (Red+Green+Blue) = 143+81+142=366 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.07% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 143 - color contains mainly: red. Hex color #8F518E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F518E is #70AE71. Grayscale: #6A6A6A. Windows color (decimal): -7384690 or 9326991. OLE color: 9326991.

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

Color convert

RGB14381142-
CMYK00.430.010.44
HSL300.97º27.68%43.92%-
HSV(B)300.97º43.36%56.08%-
XYZ19.1513.6827.22-
YUV106.49148.04154.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.07%
GREEN value IS 81 (32.03% from 255) = 22.13%
BLUE value IS 142 (55.86% from 255) = 38.80%
R=39.07%
G=22.13%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438114200.430.010.44300.9727.6843.92
Hex8F518E02B12C12d1c2c
Octal2171212160531544553454
Binary100011111010001100011100101011110110010010110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F518E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,81,142); }

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

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

 a { background-color: rgb(143,81,142); }

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

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

 span { border-color: rgb(143,81,142); }

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