#8F5B8D

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

Shades of Trendy Pink #8F5B8D

Tints of Trendy Pink #8F5B8D

Color information

#8F5B8D (or 0x8F5B8D) is unknown color: approx Trendy Pink. HEX triplet: 8F, 5B and 8D. RGB value is (143,91,141). Sum of RGB (Red+Green+Blue) = 143+91+141=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 91 (35.94% from 255 or 24.27% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5B8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5B8D is #70A472. Grayscale: #707070. Windows color (decimal): -7382131 or 9264015. OLE color: 9264015.

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

Color convert

RGB14391141-
CMYK00.360.010.44
HSL302.31º22.22%45.88%-
HSV(B)302.31º36.36%56.08%-
XYZ19.8815.2427.09-
YUV112.25144.23149.93-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.13%
GREEN value IS 91 (35.94% from 255) = 24.27%
BLUE value IS 141 (55.47% from 255) = 37.6%
R=38.13%
G=24.27%
B=37.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1439114100.360.010.44302.3122.2245.88
Hex8F5B8D02412C12e162e
Octal2171332150441544562656
Binary100011111011011100011010100100110110010010111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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