#8C5182

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

Shades of Trendy Pink #8C5182

Tints of Trendy Pink #8C5182

Color information

#8C5182 (or 0x8C5182) is unknown color: approx Trendy Pink. HEX triplet: 8C, 51 and 82. RGB value is (140,81,130). Sum of RGB (Red+Green+Blue) = 140+81+130=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5182 is #73AE7D. Grayscale: #686868. Windows color (decimal): -7581310 or 8540556. OLE color: 8540556.

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

Color convert

RGB14081130-
CMYK00.420.070.45
HSL310.17º26.7%43.33%-
HSV(B)310.17º42.14%54.9%-
XYZ17.7913.0722.7-
YUV104.23142.55153.52-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.89%
GREEN value IS 81 (32.03% from 255) = 23.08%
BLUE value IS 130 (51.17% from 255) = 37.04%
R=39.89%
G=23.08%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408113000.420.070.45310.1726.743.33
Hex8C518202A72D1361b2b
Octal2141212020527554663353
Binary10001100101000110000010010101011110110110011011011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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