#8C5887

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

Shades of Trendy Pink #8C5887

Tints of Trendy Pink #8C5887

Color information

#8C5887 (or 0x8C5887) is unknown color: approx Trendy Pink. HEX triplet: 8C, 58 and 87. RGB value is (140,88,135). Sum of RGB (Red+Green+Blue) = 140+88+135=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5887 is #73A778. Grayscale: #6C6C6C. Windows color (decimal): -7579513 or 8870028. OLE color: 8870028.

HSL color Cylindrical-coordinate representation of color #8C5887: hue angle of 305.77º 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 #8C5887 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB14088135-
CMYK00.370.040.45
HSL305.77º22.81%44.71%-
HSV(B)305.77º37.14%54.9%-
XYZ18.6814.324.7-
YUV108.91142.73150.18-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.57%
GREEN value IS 88 (34.77% from 255) = 24.24%
BLUE value IS 135 (53.12% from 255) = 37.19%
R=38.57%
G=24.24%
B=37.19%

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
Decimal1408813500.370.040.45305.7722.8144.71
Hex8C588702542D132172d
Octal2141302070454554622755
Binary10001100101100010000111010010110010110110011001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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