#8C4A7B

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

Shades of Trendy Pink #8C4A7B

Tints of Trendy Pink #8C4A7B

Color information

#8C4A7B (or 0x8C4A7B) is unknown color: approx Trendy Pink. HEX triplet: 8C, 4A and 7B. RGB value is (140,74,123). Sum of RGB (Red+Green+Blue) = 140+74+123=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4A7B is #73B584. Grayscale: #636363. Windows color (decimal): -7583109 or 8080012. OLE color: 8080012.

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

Color convert

RGB14074123-
CMYK00.470.120.45
HSL315.45º30.84%41.96%-
HSV(B)315.45º47.14%54.9%-
XYZ16.8411.920.15-
YUV99.32141.37157.02-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.54%
GREEN value IS 74 (29.30% from 255) = 21.96%
BLUE value IS 123 (48.44% from 255) = 36.50%
R=41.54%
G=21.96%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1407412300.470.120.45315.4530.8441.96
Hex8C4A7B02FC2D13b1f2a
Octal21411217305714554733752
Binary10001100100101011110110101111110010110110011101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,74,123); }

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

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

 a { background-color: rgb(140,74,123); }

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

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

 span { border-color: rgb(140,74,123); }

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