#8C5681

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

Shades of Trendy Pink #8C5681

Tints of Trendy Pink #8C5681

Color information

#8C5681 (or 0x8C5681) is unknown color: approx Trendy Pink. HEX triplet: 8C, 56 and 81. RGB value is (140,86,129). Sum of RGB (Red+Green+Blue) = 140+86+129=355 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.44% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5681 is #73A97E. Grayscale: #6A6A6A. Windows color (decimal): -7580031 or 8476300. OLE color: 8476300.

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

Color convert

RGB14086129-
CMYK00.390.080.45
HSL312.22º23.89%44.31%-
HSV(B)312.22º38.57%54.9%-
XYZ18.1113.8222.48-
YUV107.05140.39151.5-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.44%
GREEN value IS 86 (33.98% from 255) = 24.23%
BLUE value IS 129 (50.78% from 255) = 36.34%
R=39.44%
G=24.23%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408612900.390.080.45312.2223.8944.31
Hex8C568102782D138182c
Octal21412620104710554703054
Binary100011001010110100000010100111100010110110011100011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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