#8F5F88

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

Shades of Trendy Pink #8F5F88

Tints of Trendy Pink #8F5F88

Color information

#8F5F88 (or 0x8F5F88) is unknown color: approx Trendy Pink. HEX triplet: 8F, 5F and 88. RGB value is (143,95,136). Sum of RGB (Red+Green+Blue) = 143+95+136=374 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.24% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5F88 is #70A077. Grayscale: #717171. Windows color (decimal): -7381112 or 8937359. OLE color: 8937359.

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

Color convert

RGB14395136-
CMYK00.340.050.44
HSL308.75º20.17%46.67%-
HSV(B)308.75º33.57%56.08%-
XYZ19.8615.825.3-
YUV114.03140.4148.67-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.24%
GREEN value IS 95 (37.5% from 255) = 25.40%
BLUE value IS 136 (53.52% from 255) = 36.36%
R=38.24%
G=25.40%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1439513600.340.050.44308.7520.1746.67
Hex8F5F8802252C135142f
Octal2171372100425544652457
Binary10001111101111110001000010001010110110010011010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,95,136); }

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

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

 a { background-color: rgb(143,95,136); }

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

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

 span { border-color: rgb(143,95,136); }

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