#8C5384

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

Shades of Trendy Pink #8C5384

Tints of Trendy Pink #8C5384

Color information

#8C5384 (or 0x8C5384) is unknown color: approx Trendy Pink. HEX triplet: 8C, 53 and 84. RGB value is (140,83,132). Sum of RGB (Red+Green+Blue) = 140+83+132=355 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.44% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5384 is #73AC7B. Grayscale: #696969. Windows color (decimal): -7580796 or 8672140. OLE color: 8672140.

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

Color convert

RGB14083132-
CMYK00.410.060.45
HSL308.42º25.56%43.73%-
HSV(B)308.42º40.71%54.9%-
XYZ18.0713.4323.47-
YUV105.63142.88152.52-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.44%
GREEN value IS 83 (32.81% from 255) = 23.38%
BLUE value IS 132 (51.95% from 255) = 37.18%
R=39.44%
G=23.38%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408313200.410.060.45308.4225.5643.73
Hex8C538402962D1341a2c
Octal2141232040516554643254
Binary10001100101001110000100010100111010110110011010011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,83,132); }

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

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

 a { background-color: rgb(140,83,132); }

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

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

 span { border-color: rgb(140,83,132); }

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