#8F5586

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

Shades of Trendy Pink #8F5586

Tints of Trendy Pink #8F5586

Color information

#8F5586 (or 0x8F5586) is unknown color: approx Trendy Pink. HEX triplet: 8F, 55 and 86. RGB value is (143,85,134). Sum of RGB (Red+Green+Blue) = 143+85+134=362 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.50% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5586 is #70AA79. Grayscale: #6B6B6B. Windows color (decimal): -7383674 or 8803727. OLE color: 8803727.

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

Color convert

RGB14385134-
CMYK00.410.060.44
HSL309.31º25.44%44.71%-
HSV(B)309.31º40.56%56.08%-
XYZ18.8814.0624.27-
YUV107.93142.72153.02-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.50%
GREEN value IS 85 (33.59% from 255) = 23.48%
BLUE value IS 134 (52.73% from 255) = 37.02%
R=39.50%
G=23.48%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438513400.410.060.44309.3125.4444.71
Hex8F558602962C135192d
Octal2171252060516544653155
Binary10001111101010110000110010100111010110010011010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,85,134); }

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

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

 a { background-color: rgb(143,85,134); }

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

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

 span { border-color: rgb(143,85,134); }

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