#8C4581

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

Shades of Trendy Pink #8C4581

Tints of Trendy Pink #8C4581

Color information

#8C4581 (or 0x8C4581) is unknown color: approx Trendy Pink. HEX triplet: 8C, 45 and 81. RGB value is (140,69,129). Sum of RGB (Red+Green+Blue) = 140+69+129=338 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.42% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4581 is #73BA7E. Grayscale: #606060. Windows color (decimal): -7584383 or 8471948. OLE color: 8471948.

HSL color Cylindrical-coordinate representation of color #8C4581: hue angle of 309.3º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C4581 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB14069129-
CMYK00.510.080.45
HSL309.3º33.97%40.98%-
HSV(B)309.3º50.71%54.9%-
XYZ16.9111.4222.08-
YUV97.07146.02158.62-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.42%
GREEN value IS 69 (27.34% from 255) = 20.41%
BLUE value IS 129 (50.78% from 255) = 38.17%
R=41.42%
G=20.41%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406912900.510.080.45309.333.9740.98
Hex8C458103382D1352229
Octal21410520106310554654251
Binary1000110010001011000000101100111000101101100110101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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