#8C5881

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

Shades of Trendy Pink #8C5881

Tints of Trendy Pink #8C5881

Color information

#8C5881 (or 0x8C5881) is unknown color: approx Trendy Pink. HEX triplet: 8C, 58 and 81. RGB value is (140,88,129). Sum of RGB (Red+Green+Blue) = 140+88+129=357 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.22% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5881 is #73A77E. Grayscale: #6C6C6C. Windows color (decimal): -7579519 or 8476812. OLE color: 8476812.

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

Color convert

RGB14088129-
CMYK00.370.080.45
HSL312.69º22.81%44.71%-
HSV(B)312.69º37.14%54.9%-
XYZ18.2714.1422.54-
YUV108.22139.73150.67-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.22%
GREEN value IS 88 (34.77% from 255) = 24.65%
BLUE value IS 129 (50.78% from 255) = 36.13%
R=39.22%
G=24.65%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408812900.370.080.45312.6922.8144.71
Hex8C588102582D139172d
Octal21413020104510554712755
Binary100011001011000100000010100101100010110110011100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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