#8F5D8E

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

Shades of Trendy Pink #8F5D8E

Tints of Trendy Pink #8F5D8E

Color information

#8F5D8E (or 0x8F5D8E) is unknown color: approx Trendy Pink. HEX triplet: 8F, 5D and 8E. RGB value is (143,93,142). Sum of RGB (Red+Green+Blue) = 143+93+142=378 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.83% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5D8E is #70A271. Grayscale: #717171. Windows color (decimal): -7381618 or 9330063. OLE color: 9330063.

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

Color convert

RGB14393142-
CMYK00.350.010.44
HSL301.2º21.19%46.27%-
HSV(B)301.2º34.97%56.08%-
XYZ20.1215.6227.55-
YUV113.54144.06149.02-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.83%
GREEN value IS 93 (36.72% from 255) = 24.60%
BLUE value IS 142 (55.86% from 255) = 37.57%
R=37.83%
G=24.60%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1439314200.350.010.44301.221.1946.27
Hex8F5D8E02312C12d152e
Octal2171352160431544552556
Binary100011111011101100011100100011110110010010110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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