#8C528B

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

Shades of Trendy Pink #8C528B

Tints of Trendy Pink #8C528B

Color information

#8C528B (or 0x8C528B) is unknown color: approx Trendy Pink. HEX triplet: 8C, 52 and 8B. RGB value is (140,82,139). Sum of RGB (Red+Green+Blue) = 140+82+139=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 140 - color contains mainly: red. Hex color #8C528B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C528B is #73AD74. Grayscale: #696969. Windows color (decimal): -7581045 or 9130636. OLE color: 9130636.

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

Color convert

RGB14082139-
CMYK00.410.010.45
HSL301.03º26.13%43.53%-
HSV(B)301.03º41.43%54.9%-
XYZ18.4913.4726.05-
YUV105.84146.72152.37-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.78%
GREEN value IS 82 (32.42% from 255) = 22.71%
BLUE value IS 139 (54.69% from 255) = 38.50%
R=38.78%
G=22.71%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408213900.410.010.45301.0326.1343.53
Hex8C528B02912D12d1a2c
Octal2141222130511554553254
Binary100011001010010100010110101001110110110010110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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