#8C5689

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

Shades of Trendy Pink #8C5689

Tints of Trendy Pink #8C5689

Color information

#8C5689 (or 0x8C5689) is unknown color: approx Trendy Pink. HEX triplet: 8C, 56 and 89. RGB value is (140,86,137). Sum of RGB (Red+Green+Blue) = 140+86+137=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5689 is #73A976. Grayscale: #6B6B6B. Windows color (decimal): -7580023 or 9000588. OLE color: 9000588.

HSL color Cylindrical-coordinate representation of color #8C5689: hue angle of 303.33º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C5689 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB14086137-
CMYK00.390.020.45
HSL303.33º23.89%44.31%-
HSV(B)303.33º38.57%54.9%-
XYZ18.6614.0425.39-
YUV107.96144.39150.85-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.57%
GREEN value IS 86 (33.98% from 255) = 23.69%
BLUE value IS 137 (53.91% from 255) = 37.74%
R=38.57%
G=23.69%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408613700.390.020.45303.3323.8944.31
Hex8C568902722D12f182c
Octal2141262110472554573054
Binary1000110010101101000100101001111010110110010111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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