#8C5290

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

Shades of Trendy Pink #8C5290

Tints of Trendy Pink #8C5290

Color information

#8C5290 (or 0x8C5290) is unknown color: approx Trendy Pink. HEX triplet: 8C, 52 and 90. RGB value is (140,82,144). Sum of RGB (Red+Green+Blue) = 140+82+144=366 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.25% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 144 - color contains mainly: blue. Hex color #8C5290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5290 is #73AD6F. Grayscale: #6A6A6A. Windows color (decimal): -7581040 or 9458316. OLE color: 9458316.

HSL color Cylindrical-coordinate representation of color #8C5290: hue angle of 296.13º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8C5290 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB14082144-
CMYK0.030.4300.44
HSL296.13º27.43%44.31%-
HSV(B)296.13º43.06%56.47%-
XYZ18.8713.6228.02-
YUV106.41149.22151.96-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.25%
GREEN value IS 82 (32.42% from 255) = 22.40%
BLUE value IS 144 (56.64% from 255) = 39.34%
R=38.25%
G=22.40%
B=39.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal140821440.030.4300.44296.1327.4344.31
Hex8C529032B02C1281b2c
Octal2141222203530544503354
Binary1000110010100101001000011101011010110010010100011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,82,144); }

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

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

 a { background-color: rgb(140,82,144); }

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

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

 span { border-color: rgb(140,82,144); }

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