#8c5886

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

Shades of Trendy Pink #8C5886

Tints of Trendy Pink #8C5886

Color information

#8C5886 (or 0x8C5886) is unknown color: approx Trendy Pink. HEX triplet: 8C, 58 and 86. RGB value is (140,88,134). Sum of RGB (Red+Green+Blue) = 140+88+134=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5886 is #73A779. Grayscale: #6C6C6C. Windows color (decimal): -7579514 or 8804492. OLE color: 8804492.

HSL color Cylindrical-coordinate representation of color #8C5886: hue angle of 306.92º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C5886 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB14088134-
CMYK00.370.040.45
HSL306.92º22.81%44.71%-
HSV(B)306.92º37.14%54.9%-
XYZ18.6114.2824.33-
YUV108.79142.23150.26-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.67%
GREEN value IS 88 (34.77% from 255) = 24.31%
BLUE value IS 134 (52.73% from 255) = 37.02%
R=38.67%
G=24.31%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408813400.370.040.45306.9222.8144.71
Hex8C588602542D133172d
Octal2141302060454554632755
Binary10001100101100010000110010010110010110110011001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c5886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,88,134); }

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

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

 a { background-color: rgb(140,88,134); }

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

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

 span { border-color: rgb(140,88,134); }

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