#8C5189

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

Shades of Trendy Pink #8C5189

Tints of Trendy Pink #8C5189

Color information

#8C5189 (or 0x8C5189) is unknown color: approx Trendy Pink. HEX triplet: 8C, 51 and 89. RGB value is (140,81,137). Sum of RGB (Red+Green+Blue) = 140+81+137=358 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.11% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 137 (53.91% from 255 or 38.27% from 358); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5189 is #73AE76. Grayscale: #686868. Windows color (decimal): -7581303 or 8999308. OLE color: 8999308.

HSL color Cylindrical-coordinate representation of color #8C5189: hue angle of 303.05º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C5189 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB14081137-
CMYK00.420.020.45
HSL303.05º26.7%43.33%-
HSV(B)303.05º42.14%54.9%-
XYZ18.2713.2725.26-
YUV105.02146.05152.95-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.11%
GREEN value IS 81 (32.03% from 255) = 22.63%
BLUE value IS 137 (53.91% from 255) = 38.27%
R=39.11%
G=22.63%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408113700.420.020.45303.0526.743.33
Hex8C518902A22D12f1b2b
Octal2141212110522554573353
Binary1000110010100011000100101010101010110110010111111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,81,137); }

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

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

 a { background-color: rgb(140,81,137); }

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

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

 span { border-color: rgb(140,81,137); }

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