#8F5689

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

Shades of Trendy Pink #8F5689

Tints of Trendy Pink #8F5689

Color information

#8F5689 (or 0x8F5689) is unknown color: approx Trendy Pink. HEX triplet: 8F, 56 and 89. RGB value is (143,86,137). Sum of RGB (Red+Green+Blue) = 143+86+137=366 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.07% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5689 is #70A976. Grayscale: #6C6C6C. Windows color (decimal): -7383415 or 9000591. OLE color: 9000591.

HSL color Cylindrical-coordinate representation of color #8F5689: hue angle of 306.32º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F5689 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB14386137-
CMYK00.400.040.44
HSL306.32º24.89%44.9%-
HSV(B)306.32º39.86%56.08%-
XYZ19.1714.325.42-
YUV108.86143.88152.35-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.07%
GREEN value IS 86 (33.98% from 255) = 23.50%
BLUE value IS 137 (53.91% from 255) = 37.43%
R=39.07%
G=23.50%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438613700.400.040.44306.3224.8944.9
Hex8F568902842C132192d
Octal2171262110504544623155
Binary10001111101011010001001010100010010110010011001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,86,137); }

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

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

 a { background-color: rgb(143,86,137); }

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

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

 span { border-color: rgb(143,86,137); }

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