#8F618C

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

Shades of Trendy Pink #8F618C

Tints of Trendy Pink #8F618C

Color information

#8F618C (or 0x8F618C) is unknown color: approx Trendy Pink. HEX triplet: 8F, 61 and 8C. RGB value is (143,97,140). Sum of RGB (Red+Green+Blue) = 143+97+140=380 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.63% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 143 - color contains mainly: red. Hex color #8F618C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F618C is #709E73. Grayscale: #737373. Windows color (decimal): -7380596 or 9200015. OLE color: 9200015.

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

Color convert

RGB14397140-
CMYK00.320.020.44
HSL303.91º19.17%47.06%-
HSV(B)303.91º32.17%56.08%-
XYZ20.3416.2826.88-
YUV115.66141.74147.5-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.63%
GREEN value IS 97 (38.28% from 255) = 25.53%
BLUE value IS 140 (55.08% from 255) = 36.84%
R=37.63%
G=25.53%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1439714000.320.020.44303.9119.1747.06
Hex8F618C02022C130132f
Octal2171412140402544602357
Binary1000111111000011000110001000001010110010011000010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F618C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,97,140); }

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

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

 a { background-color: rgb(143,97,140); }

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

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

 span { border-color: rgb(143,97,140); }

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