#8F598D

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

Shades of Trendy Pink #8F598D

Tints of Trendy Pink #8F598D

Color information

#8F598D (or 0x8F598D) is unknown color: approx Trendy Pink. HEX triplet: 8F, 59 and 8D. RGB value is (143,89,141). Sum of RGB (Red+Green+Blue) = 143+89+141=373 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.34% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 143 - color contains mainly: red. Hex color #8F598D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F598D is #70A672. Grayscale: #6E6E6E. Windows color (decimal): -7382643 or 9263503. OLE color: 9263503.

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

Color convert

RGB14389141-
CMYK00.380.010.44
HSL302.22º23.28%45.49%-
HSV(B)302.22º37.76%56.08%-
XYZ19.7114.9127.04-
YUV111.07144.89150.77-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.34%
GREEN value IS 89 (35.16% from 255) = 23.86%
BLUE value IS 141 (55.47% from 255) = 37.80%
R=38.34%
G=23.86%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438914100.380.010.44302.2223.2845.49
Hex8F598D02612C12e172d
Octal2171312150461544562755
Binary100011111011001100011010100110110110010010111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F598D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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