#8F5D8D

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

Shades of Trendy Pink #8F5D8D

Tints of Trendy Pink #8F5D8D

Color information

#8F5D8D (or 0x8F5D8D) is unknown color: approx Trendy Pink. HEX triplet: 8F, 5D and 8D. RGB value is (143,93,141). Sum of RGB (Red+Green+Blue) = 143+93+141=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5D8D is #70A272. Grayscale: #717171. Windows color (decimal): -7381619 or 9264527. OLE color: 9264527.

HSL color Cylindrical-coordinate representation of color #8F5D8D: hue angle of 302.4º 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 #8F5D8D is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB14393141-
CMYK00.350.010.44
HSL302.4º21.19%46.27%-
HSV(B)302.4º34.97%56.08%-
XYZ20.0515.5927.15-
YUV113.42143.56149.1-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.93%
GREEN value IS 93 (36.72% from 255) = 24.67%
BLUE value IS 141 (55.47% from 255) = 37.40%
R=37.93%
G=24.67%
B=37.40%

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
Decimal1439314100.350.010.44302.421.1946.27
Hex8F5D8D02312C12e152e
Octal2171352150431544562556
Binary100011111011101100011010100011110110010010111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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