#8C507B

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

Shades of Trendy Pink #8C507B

Tints of Trendy Pink #8C507B

Color information

#8C507B (or 0x8C507B) is unknown color: approx Trendy Pink. HEX triplet: 8C, 50 and 7B. RGB value is (140,80,123). Sum of RGB (Red+Green+Blue) = 140+80+123=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 140 - color contains mainly: red. Hex color #8C507B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C507B is #73AF84. Grayscale: #666666. Windows color (decimal): -7581573 or 8081548. OLE color: 8081548.

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

Color convert

RGB14080123-
CMYK00.430.120.45
HSL317º27.27%43.14%-
HSV(B)317º42.86%54.9%-
XYZ17.2612.7420.29-
YUV102.84139.38154.5-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.82%
GREEN value IS 80 (31.64% from 255) = 23.32%
BLUE value IS 123 (48.44% from 255) = 35.86%
R=40.82%
G=23.32%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408012300.430.120.4531727.2743.14
Hex8C507B02BC2D13d1b2b
Octal21412017305314554753353
Binary10001100101000011110110101011110010110110011110111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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